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;