mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 15:36:38 +02:00
Delete checkserial() in the input field
Webbrowser error when the site 'setup' is called. JS function not exist. https://github.com/grindylow/ahoy/issues/184 (first row)
This commit is contained in:
parent
348ad4bd07
commit
8f389f8939
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ void web::showSetup(void) {
|
|||
inv += F("<input type=\"text\" class=\"text\" name=\"inv") + String(i) + F("Addr\" value=\"");
|
||||
if(NULL != iv)
|
||||
inv += String(iv->serial.u64, HEX);
|
||||
inv += F("\"/ maxlength=\"12\" onkeyup=\"checkSerial()\">");
|
||||
inv += F("\"/ maxlength=\"12\">");
|
||||
|
||||
inv += F("<label for=\"inv") + String(i) + F("Name\">Name*</label>");
|
||||
inv += F("<input type=\"text\" class=\"text\" name=\"inv") + String(i) + F("Name\" value=\"");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue