mirror of https://github.com/espruino/BangleApps
Update Customizer.html
parent
45841a46f4
commit
322bb60eef
|
@ -321,7 +321,7 @@
|
||||||
|
|
||||||
function chosenClockHands () {
|
function chosenClockHands () {
|
||||||
switch (ClockHands) {
|
switch (ClockHands) {
|
||||||
case 'simple': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-simpled-clock-hands/main/ClockHands.js')"
|
case 'simple': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-simple-clock-hands/main/ClockHands.js')"
|
||||||
case 'rounded': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-rounded-clock-hands/main/ClockHands.js')"
|
case 'rounded': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-rounded-clock-hands/main/ClockHands.js')"
|
||||||
case 'hollow': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-hollow-clock-hands/main/ClockHands.js')"
|
case 'hollow': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-hollow-clock-hands/main/ClockHands.js')"
|
||||||
case 'custom': return "require('" + ClockHandsURL + "')"
|
case 'custom': return "require('" + ClockHandsURL + "')"
|
||||||
|
|
Loading…
Reference in New Issue