mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-12 14:37:03 +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.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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user