luci-app-adblock: Fix enter key submitting form but not showing any results.
Signed-off-by: Stefan Sundin <git@stefansundin.com>
This commit is contained in:
parent
7c6c043df7
commit
8726937611
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ This is free software, licensed under the Apache License, Version 2.0
|
|||
//]]>
|
||||
</script>
|
||||
|
||||
<form method="post" action="<%=REQUEST_URI%>">
|
||||
<form method="post" action="<%=REQUEST_URI%>" onsubmit="update_status(this.input); return false;">
|
||||
<div class="cbi-map">
|
||||
<div class="cbi-section">
|
||||
<div class="cbi-section-descr"><%:This form allows you to query active block lists for certain domains, e.g. for whitelisting.%></div>
|
||||
|
|
Loading…
Reference in a new issue