diff options
author | Dirk Brenken <dev@brenken.org> | 2023-02-18 20:32:13 +0100 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2023-02-18 20:32:13 +0100 |
commit | b762e772ce317153000a93b6ea4cba51256c8ca7 (patch) | |
tree | bce7e8c4c1d674c85d80051c921c3f85fa7dfed4 /applications/luci-app-adblock/htdocs/luci-static | |
parent | 61e3a40421beff8db6dd0da1d8fc900a38ad1609 (diff) |
luci-app-adblock: sync with latest adblock
* removed energized soruce selection
* sync translations
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 | 16 |
1 files changed, 0 insertions, 16 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 a54b350759..9b0aa5bc0d 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 @@ -583,22 +583,6 @@ return view.extend({ o = s.taboption('sources', form.DummyValue, '_sub'); o.rawhtml = true; - o.default = '<em><b>Energized List Selection</b></em>'; - - o = s.taboption('sources', form.DynamicList, 'adb_eng_sources', _('Variants')); - for (var i = 0; i < categories.length; i++) { - code = categories[i].match(/^(\w+);/)[1].trim(); - if (code === 'eng') { - list = categories[i].match(/^\w+;(.*);/)[1].trim(); - path = categories[i].match(/^.*;(.*$)/)[1].trim(); - o.value(path, list); - } - } - o.optional = true; - o.rmempty = true; - - o = s.taboption('sources', form.DummyValue, '_sub'); - o.rawhtml = true; o.default = '<em><b>StevenBlack List Selection</b></em>'; o = s.taboption('sources', form.DynamicList, 'adb_stb_sources', _('Variants')); |