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) {