diff --git a/apps/ac_ac/Customizer.html b/apps/ac_ac/Customizer.html index 7b1048652..a7d768246 100644 --- a/apps/ac_ac/Customizer.html +++ b/apps/ac_ac/Customizer.html @@ -155,9 +155,9 @@ $('input[name="clock-size"][value="' + Configuration.ClockSize + '"]').attr('checked','checked') $('#clock-size-custom-url').val(Configuration.ClockSizeURL) - $('input[name="clock-face"]')[value="' + Configuration.ClockFace + '"]').attr('checked','checked') - $('input[name="clock-face-numerals"]')[value="' + Configuration.ClockFaceNumerals + '"]').attr('checked','checked') - $('input[name="clock-face-dots"]')[value="' + Configuration.ClockFaceDots + '"]').attr('checked','checked') + $('input[name="clock-face"][value="' + Configuration.ClockFace + '"]').attr('checked','checked') + $('input[name="clock-face-numerals"][value="' + Configuration.ClockFaceNumerals + '"]').attr('checked','checked') + $('input[name="clock-face-dots"][value="' + Configuration.ClockFaceDots + '"]').attr('checked','checked') $('#clock-face-custom-url').val(Configuration.ClockFaceURL) $('input[name="clock-hands"][value="' + Configuration.ClockHands + '"]').attr('checked','checked') @@ -437,7 +437,7 @@ console.log(AppSource)