summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-dashboard/htdocs
diff options
context:
space:
mode:
authorGiovanni Giacobbi <giovanni@giacobbi.net>2021-01-20 09:36:08 +0100
committerHannu Nyman <hannu.nyman@iki.fi>2021-01-20 12:36:13 +0200
commitd3280e6f5df17b799230e229c9472cf8854015ae (patch)
treedf164446021686b30b92c7d132bf2fb2bb4478b8 /modules/luci-mod-dashboard/htdocs
parent03d11de79f84e3bc88311a10dd4bedfab4617515 (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.js2
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();