diff options
Diffstat (limited to 'modules/luci-mod-system/htdocs/luci-static/resources')
-rw-r--r-- | modules/luci-mod-system/htdocs/luci-static/resources/view/system/uhttpd.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/uhttpd.js b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/uhttpd.js index d02e18505a..6febb4cc17 100644 --- a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/uhttpd.js +++ b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/uhttpd.js @@ -12,9 +12,6 @@ return view.extend({ s.addremove = false; o = s.option(form.Flag, 'redirect_https', _('Redirect to HTTPS'), _('Enable automatic redirection of <abbr title="Hypertext Transfer Protocol">HTTP</abbr> requests to <abbr title="Hypertext Transfer Protocol Secure">HTTPS</abbr> port.')); - o.enabled = 'on'; - o.disabled = 'off'; - o.default = o.disabled; o.rmempty = false; return m.render(); |