From 9d78cd2ce46fa55ab44e7a19dc8e37d2ef40b317 Mon Sep 17 00:00:00 2001 From: Andrey Petelin Date: Thu, 6 Nov 2025 21:20:05 +0500 Subject: [PATCH] style: add missing semicolons to o.depends calls in luci-app-podkop settings.js --- .../htdocs/luci-static/resources/view/podkop/settings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/settings.js b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/settings.js index a7862a5..7dd8f20 100644 --- a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/settings.js +++ b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/settings.js @@ -246,7 +246,7 @@ function createSettingsContent(section) { _("Enable YACD WAN Access"), _("Allows access to YACD from the WAN. Make sure to open the appropriate port in your firewall."), ); - o.depends("enable_yacd", "1") + o.depends("enable_yacd", "1"); o.default = "0"; o.rmempty = false; @@ -256,7 +256,7 @@ function createSettingsContent(section) { _("YACD Secret Key"), _("Secret key for authenticating remote access to YACD when WAN access is enabled."), ); - o.depends("enable_yacd_wan_access", "1") + o.depends("enable_yacd_wan_access", "1"); o.rmempty = false; o = section.option(