diff options
author | Dirk Brenken <dev@brenken.org> | 2022-03-07 21:34:40 +0100 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2022-03-07 21:34:40 +0100 |
commit | 1eddbe0f3f0b00366694424f1445ea6cceb7d7d5 (patch) | |
tree | 667e79cc1c412e148d3700a7d21a169811f55e93 /applications/luci-app-adblock/htdocs | |
parent | cea4277670d8324eb56df2aacb8bb1a881260a26 (diff) |
luci-app-adblock: sync with 4.1.3-6
* remove support for shallalist
* sync translations
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-adblock/htdocs')
-rw-r--r-- | applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js | 15 |
1 files changed, 0 insertions, 15 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 2b58961f0b..e460070d27 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 @@ -581,21 +581,6 @@ return view.extend({ o = s.taboption('sources', form.DummyValue, '_sub'); o.rawhtml = true; - o.default = '<em><b>Shallalist Archive Selection</b></em>'; - - o = s.taboption('sources', form.DynamicList, 'adb_sha_sources', _('Categories')); - for (var i = 0; i < categories.length; i++) { - code = categories[i].match(/^(\w+);/)[1].trim(); - if (code === 'sha') { - category = categories[i].match(/^\w+;(.*$)/)[1].trim(); - o.value(category); - } - } - o.optional = true; - o.rmempty = true; - - o = s.taboption('sources', form.DummyValue, '_sub'); - o.rawhtml = true; o.default = '<em><b>UTCapitole Archive Selection</b></em>'; o = s.taboption('sources', form.DynamicList, 'adb_utc_sources', _('Categories')); |