OpenEVSE / openevse_esp32_firmware

OpenEVSE V4 WiFi gateway using ESP32
170 stars 112 forks source link

If Javascript is blocked, GUI v2 serves a blank UI #706

Open fhteagle opened 1 year ago

fhteagle commented 1 year ago

Of course the GUI requires JS to function properly. But if it is accidentally or intentionally turned off, one gets a completely blank background, almost nothing in the HTML BODY tag, etc. Consider adding a static HTML message that only shows up if JS is disabled, reminding the user to turn it back on. This message could be hidden if the JS is working.