mirror of https://github.com/aredn/aredn.git
Fix clearing the mesh search field (#1086)
This commit is contained in:
parent
f3de5785a0
commit
54509345ff
|
@ -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(" ")
|
html.print(" ")
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue