From c5e19a0f2da2944ac49f92dcb6014ba96e5e5611 Mon Sep 17 00:00:00 2001 From: divocat Date: Sun, 5 Oct 2025 16:59:02 +0300 Subject: [PATCH] fix: remove unused params for url test string --- .../htdocs/luci-static/resources/view/podkop/configSection.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js index 08d8fae..84107e6 100644 --- a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js +++ b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js @@ -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) {