ESPWortuhr/Multilayout-ESP-Wordclock

Initial setting of mode is broken

Wandmalfarbe opened this issue · 1 comments

When loading the page with a word clock in mode 3 (marquee) and navigating to functions, then the selected mode is wrong (word clock).

I made a mistake in 710adcfc9b7f234e4fa100d9c17905ee01c59c69651be46f1950593142052a9fR404

Here is the diff for the fix.

- $("#" + inputID).checked = true;
+ document.getElementById(inputID).checked = true;

Thank You @Wandmalfarbe

I uploaded the fix with ... #256