diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-04-04 15:28:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-04 15:28:44 +0300 |
commit | 1390a6465d643b16738052ccbb1583fd20e8db8f (patch) | |
tree | 54fd303e725c65eb86ba70d0b4ec51e17baaec1c /applications/luci-app-adblock/luasrc/view/adblock/query.htm | |
parent | ae542668f5a15feec663235b29574ecf8ec53e61 (diff) | |
parent | 03ae05549d4dc3fd705a110192ad84bf144298c0 (diff) |
Merge pull request #1096 from dibdot/app-adblock
luci-app-adblock: sync with adblock 2.5.1
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 be606301ec..5e064af858 100644 --- a/applications/luci-app-adblock/luasrc/view/adblock/query.htm +++ b/applications/luci-app-adblock/luasrc/view/adblock/query.htm @@ -25,7 +25,7 @@ This is free software, licensed under the Apache License, Version 2.0 ; input.parentNode.style.display = 'block'; input.style.display = 'inline'; - stxhr.post('<%=url('admin/services/adblock/advanced/result/')%>' + domain, { token: '<%=token%>' }, + stxhr.post('<%=luci.dispatcher.build_url('admin/services/adblock/advanced/result/')%>' + domain, { token: '<%=token%>' }, function(x) { if (x.responseText) |