From 38e0e5005aac6cae8241960b8e6edcced678c11c Mon Sep 17 00:00:00 2001 From: David Goodenough Date: Sat, 7 Oct 2023 15:07:04 -0700 Subject: [PATCH] Bugfix V2 --- apps/travelwatch/custom.html | 2 +- apps/travelwatch/metadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/travelwatch/custom.html b/apps/travelwatch/custom.html index 5d415b6286..fb51d52a0f 100644 --- a/apps/travelwatch/custom.html +++ b/apps/travelwatch/custom.html @@ -86,7 +86,7 @@ { innerHTML += ' selected=true' } - innerHTML += ">${timeZones[j].name}"; + innerHTML += '>' + timeZones[j].name + ''; } innerHTML += ''; $offset.innerHTML = innerHTML; diff --git a/apps/travelwatch/metadata.json b/apps/travelwatch/metadata.json index bd6c1d95ce..7f7594f798 100644 --- a/apps/travelwatch/metadata.json +++ b/apps/travelwatch/metadata.json @@ -1,7 +1,7 @@ { "id": "travelwatch", "name": "Travel Watch", "icon": "app.png", - "version":"1.04", + "version":"1.05", "description": "Watch face that shows world wide time for travelers", "tags": "clock", "type": "clock",