grandfatherclock: rename app to grandfatherclock

master
June Bennison 2025-02-09 23:47:36 +11:00
parent 31c3725b93
commit 5c98ab8f5a
5 changed files with 3 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -1,4 +1,4 @@
{ "id": "grandfather-clock", { "id": "grandfatherclock",
"name": "Grandfather Clock Widget", "name": "Grandfather Clock Widget",
"shortName":"Grandfather Clock", "shortName":"Grandfather Clock",
"version":"0.01", "version":"0.01",
@ -9,6 +9,6 @@
"supports" : ["BANGLEJS2"], "supports" : ["BANGLEJS2"],
"readme": "README.md", "readme": "README.md",
"storage": [ "storage": [
{"name":"grandfather-clock.wid.js","url":"widget.js"} {"name":"grandfatherclock.wid.js","url":"widget.js"}
] ]
} }

View File

@ -1,6 +1,6 @@
(() => { (() => {
WIDGETS["grandfather-clock"] = { WIDGETS["grandfatherclock"] = {
area: "tr", area: "tr",
width: 24, width: 24,
draw: function() { draw: function() {