From 10d76177398a17a42219a6e4369e813e26ed4022 Mon Sep 17 00:00:00 2001 From: divocat Date: Mon, 27 Oct 2025 14:15:19 +0200 Subject: [PATCH] fix: run linter --- .../htdocs/luci-static/resources/view/podkop/section.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js index 1d0ba53..51f188c 100644 --- a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js +++ b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js @@ -114,7 +114,7 @@ function createSectionContent(section) { o.value("1m", _("Every 1 minute")); o.value("3m", _("Every 3 minutes")); o.value("5m", _("Every 5 minutes")); - o.default = "3m" + o.default = "3m"; o.depends("proxy_config_type", "urltest"); o = section.option( @@ -123,7 +123,7 @@ function createSectionContent(section) { _("URLTest Tolerance"), _("The maximum difference in response times (ms) allowed when comparing servers") ); - o.default = "50" + o.default = "50"; o.rmempty = false; o.depends("proxy_config_type", "urltest"); o.validate = function (section_id, value) { @@ -150,7 +150,7 @@ function createSectionContent(section) { o.value("https://cp.cloudflare.com/generate_204", "https://cp.cloudflare.com/generate_204 (Cloudflare)"); o.value("https://captive.apple.com", "https://captive.apple.com (Apple)"); o.value("https://connectivity-check.ubuntu.com", "https://connectivity-check.ubuntu.com (Ubuntu)") - o.default = "https://www.gstatic.com/generate_204" + o.default = "https://www.gstatic.com/generate_204"; o.rmempty = false; o.depends("proxy_config_type", "urltest");