fix: remove unused params for url test string

This commit is contained in:
divocat
2025-10-05 16:59:02 +03:00
parent d50b6dbab6
commit c5e19a0f2d

View File

@@ -185,9 +185,6 @@ function createConfigSection(section) {
o.depends('proxy_config_type', 'urltest'); o.depends('proxy_config_type', 'urltest');
o.placeholder = 'vless://, ss://, trojan:// links'; o.placeholder = 'vless://, ss://, trojan:// links';
o.rmempty = false; o.rmempty = false;
o.textarea = true;
o.rows = 3;
o.wrap = 'soft';
o.validate = function (section_id, value) { o.validate = function (section_id, value) {
// Optional // Optional
if (!value || value.length === 0) { if (!value || value.length === 0) {