diff options
author | Giovanni Giacobbi <giovanni@giacobbi.net> | 2021-01-20 09:36:08 +0100 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2021-01-20 12:36:13 +0200 |
commit | d3280e6f5df17b799230e229c9472cf8854015ae (patch) | |
tree | df164446021686b30b92c7d132bf2fb2bb4478b8 /modules/luci-mod-dashboard/htdocs | |
parent | 03d11de79f84e3bc88311a10dd4bedfab4617515 (diff) |
treewide: minor fixes to typos, whitespace, and indentation
Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
Diffstat (limited to 'modules/luci-mod-dashboard/htdocs')
-rw-r--r-- | modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js index 76dd0881c7..f48622fd66 100644 --- a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js +++ b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js @@ -147,7 +147,7 @@ return baseclass.extend({ for (var j = 0; j < network_items.length; j++) { var net = network_items[j], is_assoc = (net.getBSSID() != '00:00:00:00:00:00' && net.getChannel() && !net.isDisabled()), - chan = net.getChannel(), + chan = net.getChannel(), freq = net.getFrequency(), rate = net.getBitRate(); |