diff options
author | Dirk Brenken <dev@brenken.org> | 2020-04-04 20:39:00 +0200 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2020-04-04 20:39:00 +0200 |
commit | dee0c2453d32b80cf1c54cece2d975e11992a602 (patch) | |
tree | dbc08a545e4840339d2779bff433cb2e9056d672 /applications/luci-app-adblock/htdocs/luci-static/resources | |
parent | bbc678091b5d860e63e3820550c4405e8c741b3f (diff) |
luci-app-adblock: remove needless default values
* remove needless 'adb_fetchparm' default/values
Signed-off-by: Dirk Brenken <dev@brenken.org>
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 | 5 |
1 files changed, 0 insertions, 5 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 2ebab91dd..5d4eca53a 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 @@ -364,11 +364,6 @@ return view.extend({ o.rmempty = false; o = s.taboption('additional', form.Value, 'adb_fetchparm', _('Download Parameters'), _('Special config options for the selected download utility.')) - o.value('--timeout=20 -O'); - o.value('--connect-timeout 20 --silent --show-error --location -o'); - o.value('--no-cache --no-cookies --max-redirect=0 --timeout=20 -O'); - o.value('--timeout=20 --allow-overwrite=true --auto-file-renaming=false --check-certificate=true --dir=" " -o'); - o.default = false; o.rmempty = true; /* |