Skip to content

Commit

Permalink
Investigating the next bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dgnuff committed Oct 7, 2023
1 parent 38e0e50 commit df8d6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/travelwatch/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/travelwatch/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "id": "travelwatch",

Check warning on line 1 in apps/travelwatch/metadata.json

View workflow job for this annotation

GitHub Actions / build

App travelwatch has no ChangeLog
"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",
Expand Down

0 comments on commit df8d6fe

Please sign in to comment.