mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-12 06:26:59 +03:00
fix: remove unused params for url test string
This commit is contained in:
@@ -185,9 +185,6 @@ function createConfigSection(section) {
|
||||
o.depends('proxy_config_type', 'urltest');
|
||||
o.placeholder = 'vless://, ss://, trojan:// links';
|
||||
o.rmempty = false;
|
||||
o.textarea = true;
|
||||
o.rows = 3;
|
||||
o.wrap = 'soft';
|
||||
o.validate = function (section_id, value) {
|
||||
// Optional
|
||||
if (!value || value.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user