mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-14 06:30:59 +00:00
luci-app-ruantiblock: fixed service.js.
This commit is contained in:
@@ -322,7 +322,7 @@ return view.extend({
|
|||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
||||||
let section = uci.get(tools.appName, 'config');
|
let section = uci.get(tools.appName, 'config');
|
||||||
this.statusTokenValue = (Array.isArray(status_array)) ?
|
this.statusTokenValue = (Array.isArray(status_array)) ?
|
||||||
tools.normalizeValue(status_array[4]) : null;
|
tools.normalizeValue(status_array[4]) : null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user