Fixed Apply button not work #206

pull/207/head
Hieromon Ikasamo 4 years ago
parent 2b7c49ae18
commit d8c1223d6f
  1. 2
      src/AutoConnectPage.cpp

@ -706,7 +706,7 @@ const char AutoConnect::_PAGE_CONFIGNEW[] PROGMEM = {
"document.getElementById('ssid').value=e,document.getElementById('passphrase').focus()" "document.getElementById('ssid').value=e,document.getElementById('passphrase').focus()"
"}" "}"
"function vsw(e){" "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()"
"}" "}"
"</script>" "</script>"
"</body>" "</body>"

Loading…
Cancel
Save