diff options
author | Dirk Brenken <dev@brenken.org> | 2020-10-30 20:30:37 +0100 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2020-10-30 20:30:37 +0100 |
commit | a392dbf888f0cdaee211eca9b58becc804ee3458 (patch) | |
tree | a9cb96759482bd7c0ad4e3c7f0ecbcf4f7bff848 /applications/luci-app-adblock/htdocs/luci-static | |
parent | f193364c2c5aadad50e118d5e0b6d59ba436a486 (diff) |
luci-app-adblock: change "refresh" action
* change "refresh" action to fix potential white-/blacklist issues
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-adblock/htdocs/luci-static')
-rw-r--r-- | applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js b/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js index 9610735d9..e95702a75 100644 --- a/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js +++ b/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js @@ -252,7 +252,7 @@ return view.extend({ E('button', { 'class': 'cbi-button cbi-button-apply', 'click': ui.createHandlerFn(this, function() { - return handleAction('start'); + return handleAction('reload'); }) }, [ _('Refresh') ]) ]) |