diff --git a/apps/ac_ac/Customizer.html b/apps/ac_ac/Customizer.html index f675db265..2213cf217 100644 --- a/apps/ac_ac/Customizer.html +++ b/apps/ac_ac/Customizer.html @@ -311,11 +311,11 @@ function chosenClockFace () { switch (ClockFace) { - case 'none': return "undefined" - case 'four-fold': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-four-fold-clock-face/main/ClockFace.js')" - case 'twelve-fold': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-twelve-fold-clock-face/main/ClockFace.js')" - case 'rainbow': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-rainbow-clock-face/main/ClockFace.js')" - case 'custom': return "require('" + ClockFaceURL + "')" + case 'none': return "undefined" + case 'four-numbered': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-four-numbered-clock-face/main/ClockFace.js')" + case 'twelve-numbered': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-twelve-numbered-clock-face/main/ClockFace.js')" + case 'rainbow': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-rainbow-clock-face/main/ClockFace.js')" + case 'custom': return "require('" + ClockFaceURL + "')" } } @@ -490,18 +490,18 @@ console.log(AppSource)
- four-fold + four-numbered
- twelve-fold + twelve-numbered @@ -530,7 +530,7 @@ console.log(AppSource) Clock faces are drawn in the configured foreground and background colors (you may select them at the end of this form)

- "Four-fold" clock faces may draw indian-arabic or roman numerals. Which do you prefer? + "Four-numbered" clock faces may draw indian-arabic or roman numerals. Which do you prefer?

indian-arabic (3, 6, 9, 12)
roman (III, VI, IX, XII)