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:
DL6ER
2016-12-05 11:21:45 +01:00
parent acbef91e9c
commit 881f772b6a
2 changed files with 21 additions and 1 deletions

View File

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