parent
ccacf586b6
commit
7868a95774
@ -236,7 +236,6 @@ return view.extend({
|
|||||||
_('Specify target ports to be proxied. Multiple ports must be separated by commas.'));
|
_('Specify target ports to be proxied. Multiple ports must be separated by commas.'));
|
||||||
o.value('', _('All ports'));
|
o.value('', _('All ports'));
|
||||||
o.value('common', _('Common ports only (bypass P2P traffic)'));
|
o.value('common', _('Common ports only (bypass P2P traffic)'));
|
||||||
o.default = 'common';
|
|
||||||
o.validate = function(section_id, value) {
|
o.validate = function(section_id, value) {
|
||||||
if (section_id && value && value !== 'common') {
|
if (section_id && value && value !== 'common') {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user