diff options
Diffstat (limited to 'applications/luci-app-adblock/htdocs/luci-static/resources')
-rw-r--r-- | applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js | 17 |
1 files changed, 1 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 2b58961f0b..fb50d4ca95 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 @@ -53,7 +53,7 @@ function handleAction(ev) { E('label', { 'class': 'cbi-input-text', 'style': 'padding-top:.5em' }, [ E('input', { 'class': 'cbi-input-text', 'id': 'timerD', 'maxlength': '13' }), '\xa0\xa0\xa0', - _('The day of the week (opt., values: 1-7 possibly sep. by , or -)') + _('The day of the week (opt., values: 0-6 possibly sep. by , or -)') ]) ]), E('div', { 'class': 'left', 'style': 'display:flex; flex-direction:column' }, [ @@ -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')); |