Update Customizer.html
parent
174cc4c014
commit
6ca4bf2040
|
|
@ -130,9 +130,12 @@
|
||||||
ComplicationBR, ComplicationBRURL,
|
ComplicationBR, ComplicationBRURL,
|
||||||
Foreground, Background
|
Foreground, Background
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
localstorage.setItem('ac_ac',JSON.stringify(Configuration))
|
localstorage.setItem('ac_ac',JSON.stringify(Configuration))
|
||||||
} catch (Signal) { /* nop */ }
|
} catch (Signal) {
|
||||||
|
console.error('could not backup clock configuration, reason',Signal)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**** restoreConfiguration - warning: no input validations yet! ****/
|
/**** restoreConfiguration - warning: no input validations yet! ****/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue