Fix clearing the mesh search field (#1086)

This commit is contained in:
Tim Wilkinson 2024-02-01 18:01:17 -08:00 committed by GitHub
parent f3de5785a0
commit 54509345ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ end
html.print("  ") html.print("  ")
html.print("<button type=button onClick='window.location=\"status\"' title='Return to the status page'>Quit</button>") html.print("<button type=button onClick='window.location=\"status\"' title='Return to the status page'>Quit</button>")
html.print("&nbsp;&nbsp;") html.print("&nbsp;&nbsp;")
html.print("<input id=srch type=search autocorrect=off spellcheck=false placeholder='Search...' onkeyup='doSearch()' onsearch='doSearch()' onkeypress='event.keyCode == 13 && event.preventDefault()'>") html.print("<input id=srch type=search autocorrect=off spellcheck=false placeholder='Search...' onkeyup='doSearch()' onclick='doSearch()' onkeypress='event.keyCode == 13 && event.preventDefault()'>")
html.print("</nobr><br><br>") html.print("</nobr><br><br>")
if not next(localhosts) and not next(links) then if not next(localhosts) and not next(links) then