Update Customizer.html

pull/1282/head
Andreas Rozek 2022-01-13 07:02:04 +01:00
parent ee02b17196
commit 8ecadeb217
1 changed files with 9 additions and 0 deletions

View File

@ -100,6 +100,15 @@
<script>
$(function () {
try {
let Key = Math.random();
localStorage.setItem(Key, 'works!');
localStorage.removeItem(Key);
console.log('>>>> "localstorage" seems to be supported')
} catch (Signal) {
console.log('>>>> "localstorage" does NOT seem to be supported')
}
let ClockSize, ClockSizeURL
let ClockFace, ClockFaceNumerals, ClockFaceDots, ClockFaceURL
let ClockHands, SecondHand, ClockHandsURL, FillColor