diff options
author | dibdot <dev@brenken.org> | 2018-01-31 20:29:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-31 20:29:05 +0100 |
commit | 518ac523d1b0609c8fff7d2be05e239eebdb3006 (patch) | |
tree | c349523c437a5b833b2005f3effb57e052ddd744 /applications/luci-app-adblock/luasrc/view | |
parent | 47d1eaaf306d55afeed3f4a398c8e46b00d4a9be (diff) | |
parent | 47e0990eac855f09d479f8d1f5b4fe19709a25de (diff) |
Merge pull request #1614 from dibdot/adblock
luci-app-adblock: sync with adblock 3.5.0
Diffstat (limited to 'applications/luci-app-adblock/luasrc/view')
-rw-r--r-- | applications/luci-app-adblock/luasrc/view/adblock/query.htm | 2 | ||||
-rw-r--r-- | applications/luci-app-adblock/luasrc/view/adblock/runtime.htm | 2 |
2 files changed, 2 insertions, 2 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" /> diff --git a/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm b/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm index e7827b5c31..c01d9a5c08 100644 --- a/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm +++ b/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm @@ -5,6 +5,6 @@ This is free software, licensed under the Apache License, Version 2.0 <%+cbi/valueheader%> -<input name="runtime" id="runtime" type="text" class="cbi-input-text" style="outline:none;border:none;box-shadow:none;background:transparent;color:#0069d6;font-weight:bold;line-height:30px;height:30px;" value="<%=self:cfgvalue(section)%>" disabled="disabled" /> +<input name="runtime" id="runtime" type="text" class="cbi-input-text" style="outline:none;border:none;box-shadow:none;background:transparent;color:#0069d6;font-weight:bold;line-height:30px;height:30px;width:20em;" value="<%=self:cfgvalue(section)%>" disabled="disabled" /> <%+cbi/valuefooter%> |