From 95c03ea19ec7f78a6ca4ffa33b3d6bd77d1ebe17 Mon Sep 17 00:00:00 2001 From: gSpot Date: Sun, 2 Feb 2025 16:59:59 +0300 Subject: [PATCH] luci-app-ruantiblock: fixed service.js. --- .../htdocs/luci-static/resources/view/ruantiblock/service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/service.js b/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/service.js index c05c41b..4a7cb84 100644 --- a/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/service.js +++ b/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/service.js @@ -322,7 +322,7 @@ return view.extend({ return; }; - let section = uci.get(tools.appName, 'config'); + let section = uci.get(tools.appName, 'config'); this.statusTokenValue = (Array.isArray(status_array)) ? tools.normalizeValue(status_array[4]) : null;