Merge pull request #3688 from stefansundin/luci-app-adblock-fix-enter

luci-app-adblock query form: Fix enter key submitting form but not showing any results
This commit is contained in:
Dirk Brenken 2020-03-02 20:59:42 +01:00 committed by GitHub
commit 95804e5eaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>