mirror of
https://github.com/pi-hole/web.git
synced 2026-04-28 04:33:58 +01:00
Add option "quiet" output to "queryads.js". Will only show the lists with results if option "quiet" is enabled (will be used in the new blocking page)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<!-- Domain Input -->
|
||||
<div class="form-group input-group">
|
||||
<input id="domain" type="text" class="form-control" placeholder="Domain to look for (example.com or sub.example.com)">
|
||||
<input id="quiet" type="hidden" value="no">
|
||||
<span class="input-group-btn">
|
||||
<button id="btnSearch" class="btn btn-default" type="button">Search</button>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user