From 68010ed5f79cbcc076ae0b442ba10c17d378dbf7 Mon Sep 17 00:00:00 2001 From: divocat Date: Mon, 27 Oct 2025 14:13:31 +0200 Subject: [PATCH] Update luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../htdocs/luci-static/resources/view/podkop/section.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cc38037..1d0ba53 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 @@ -149,7 +149,7 @@ function createSectionContent(section) { o.value("https://www.gstatic.com/generate_204", "https://www.gstatic.com/generate_204 (Google)"); 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.value("https://connectivity-check.ubuntu.com", "https://connectivity-check.ubuntu.com (Ubuntu)") o.default = "https://www.gstatic.com/generate_204" o.rmempty = false; o.depends("proxy_config_type", "urltest");