style: add missing semicolons to o.depends calls in luci-app-podkop settings.js

This commit is contained in:
Andrey Petelin
2025-11-06 21:20:05 +05:00
parent d9ce3b361e
commit 9d78cd2ce4

View File

@@ -246,7 +246,7 @@ function createSettingsContent(section) {
_("Enable YACD WAN Access"), _("Enable YACD WAN Access"),
_("Allows access to YACD from the WAN. Make sure to open the appropriate port in your firewall."), _("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.default = "0";
o.rmempty = false; o.rmempty = false;
@@ -256,7 +256,7 @@ function createSettingsContent(section) {
_("YACD Secret Key"), _("YACD Secret Key"),
_("Secret key for authenticating remote access to YACD when WAN access is enabled."), _("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.rmempty = false;
o = section.option( o = section.option(