diff --git a/htdocs/luci-static/resources/view/homeproxy/client.js b/htdocs/luci-static/resources/view/homeproxy/client.js index f47a7b44..156ea5bf 100644 --- a/htdocs/luci-static/resources/view/homeproxy/client.js +++ b/htdocs/luci-static/resources/view/homeproxy/client.js @@ -236,7 +236,6 @@ return view.extend({ _('Specify target ports to be proxied. Multiple ports must be separated by commas.')); o.value('', _('All ports')); o.value('common', _('Common ports only (bypass P2P traffic)')); - o.default = 'common'; o.validate = function(section_id, value) { if (section_id && value && value !== 'common') {