From 48970567f1943fb70ef1526827c21548d23695e7 Mon Sep 17 00:00:00 2001 From: Lorenzo Tilve Date: Tue, 6 Apr 2021 11:55:29 +0200 Subject: Disable dragging and zoom events on app images We identified that part of the problems that were triggering the race condition were related with starting the drag of webapp images. Disabling those events, and also removing href link to avoid displaying draggable link. Bug-AGL: SPEC-3786 Signed-off-by: Lorenzo Tilve Change-Id: I4da1e0ee0c86812f5ecb7b83a70a2a3e27093b3d --- src/templates/apps.template.html | 4 ++-- src/templates/time.template.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/templates') diff --git a/src/templates/apps.template.html b/src/templates/apps.template.html index 9916e2a..bcf2968 100644 --- a/src/templates/apps.template.html +++ b/src/templates/apps.template.html @@ -1,5 +1,5 @@ {{ #apps }} - +
@@ -7,4 +7,4 @@ {{ name }}
-{{ /apps }} \ No newline at end of file +{{ /apps }} diff --git a/src/templates/time.template.html b/src/templates/time.template.html index 663c8e5..c7dad96 100644 --- a/src/templates/time.template.html +++ b/src/templates/time.template.html @@ -8,7 +8,7 @@ {{ #weather }} {{ #showTemperature }}
- + {{ weather.main.temp }}ºF
{{ /showTemperature }} @@ -43,4 +43,4 @@ No weather {{ /weather }} - \ No newline at end of file + -- cgit 1.2.3-korg