diff --git a/src/AutoConnectPage.cpp b/src/AutoConnectPage.cpp index 2902402..3d2a041 100644 --- a/src/AutoConnectPage.cpp +++ b/src/AutoConnectPage.cpp @@ -706,7 +706,7 @@ const char AutoConnect::_PAGE_CONFIGNEW[] PROGMEM = { "document.getElementById('ssid').value=e,document.getElementById('passphrase').focus()" "}" "function vsw(e){" - "var t;t=e?'none':'table-row';for(const e of document.getElementsByClassName('exp'))e.style.display=t;e||document.getElementById('sip').focus()" + "var t;t=e?'none':'table-row';for(const n of document.getElementsByClassName('exp'))n.style.display=t,n.getElementsByTagName('input')[0].disabled=e;e||document.getElementById('sip').focus()" "}" "" ""