diff --git a/apps/travelwatch/custom.html b/apps/travelwatch/custom.html index fb51d52a0f..e904150383 100644 --- a/apps/travelwatch/custom.html +++ b/apps/travelwatch/custom.html @@ -103,6 +103,7 @@ var checked = (i == 0 || i == 1) && document.getElementById("enabled_" + i).checked; var name = document.getElementById("name_" + i).value; var zone = document.getElementById("zone_" + i).value; + console.log("Name: " + name + ", Zone: " + zone); if (checked) { // Deep copy with JSON stringification and parsing. This is because timeZones diff --git a/apps/travelwatch/metadata.json b/apps/travelwatch/metadata.json index 7f7594f798..1d0760d414 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.05", + "version":"1.06", "description": "Watch face that shows world wide time for travelers", "tags": "clock", "type": "clock",