Skip to content

Commit

Permalink
One more bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgnuff committed Oct 7, 2023
1 parent f1a1905 commit f20face
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/travelwatch/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<tr>
<th>Enabled?</th>
<th>Name</th>
<th>UTC Offset</th>
<th>Time Zone</th>
</tr>
</table>

Expand Down Expand Up @@ -118,7 +118,7 @@
zoneData.is_dst = false;
app_offsets.push(zoneData);
}
storage_offsets.push([checked,name,offset]);
storage_offsets.push([checked,name,zone]);
}
console.log(storage_offsets);
console.log(app_offsets);
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.07",
"version":"1.08",
"description": "Watch face that shows world wide time for travelers",
"tags": "clock",
"type": "clock",
Expand Down

0 comments on commit f20face

Please sign in to comment.