diff options
author | Dirk Brenken <dev@brenken.org> | 2018-01-27 18:13:52 +0100 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2018-01-31 13:09:55 +0100 |
commit | 47e0990eac855f09d479f8d1f5b4fe19709a25de (patch) | |
tree | 2b6c08dd4d8c6f6e42190cce6e115a5df69adb28 /applications/luci-app-adblock/luasrc/view/adblock/query.htm | |
parent | 08916f4335e96e4a3c9dcf77262fa151348ed93c (diff) |
luci-app-adblock: sync with adblock 3.5.0
* Support new 'Download Queue'
* Support new 'Jail' Blocklist Creation
(replace former 'Whitelist Mode')
* Fix field width in "Runtime Information" section
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-adblock/luasrc/view/adblock/query.htm')
-rw-r--r-- | applications/luci-app-adblock/luasrc/view/adblock/query.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-adblock/luasrc/view/adblock/query.htm b/applications/luci-app-adblock/luasrc/view/adblock/query.htm index ce706e40aa..8bbc92664d 100644 --- a/applications/luci-app-adblock/luasrc/view/adblock/query.htm +++ b/applications/luci-app-adblock/luasrc/view/adblock/query.htm @@ -49,7 +49,7 @@ This is free software, licensed under the Apache License, Version 2.0 <fieldset 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> <div style="width:33%; float:left;"> - <input style="margin: 5px 0" type="text" value="www.lede-project.org" name="input" /> + <input style="margin: 5px 0" type="text" value="google.com" name="input" /> <input type="button" value="<%:Query%>" class="cbi-button cbi-button-apply" onclick="update_status(this.form.input)" /> </div> <br style="clear:both" /> |