Update Customizer.html

master
Andreas Rozek 2022-01-13 08:53:05 +01:00
parent 174cc4c014
commit 6ca4bf2040
1 changed files with 4 additions and 1 deletions

View File

@ -130,9 +130,12 @@
ComplicationBR, ComplicationBRURL,
Foreground, Background
}
try {
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! ****/