git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a7b44a1
)
modules/admin-full: make wifi enabling/disabling more reliable
author
Jo-Philipp Wich
<redacted>
Tue, 11 Nov 2014 21:33:34 +0000
(22:33 +0100)
committer
Jo-Philipp Wich
<redacted>
Tue, 11 Nov 2014 21:33:43 +0000
(22:33 +0100)
Signed-off-by: Jo-Philipp Wich <redacted>
modules/admin-full/luasrc/view/admin_network/wifi_overview.htm
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm
b/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm
index 8fb6483770ed2e4761d1e3b3db717a04074f912e..312fd08654c900f0ebd7066287ef89182ee96ac5 100644
(file)
--- a/
modules/admin-full/luasrc/view/admin_network/wifi_overview.htm
+++ b/
modules/admin-full/luasrc/view/admin_network/wifi_overview.htm
@@
-232,7
+232,7
@@
You may obtain a copy of the License at
toggle.title = '<%:Activate this network%>';
}
- toggle.setAttribute('active',
is_assoc
);
+ toggle.setAttribute('active',
!iw.disabled
);
}
var info = document.getElementById(iw.id + '-iw-status');
git clone https://git.99rst.org/PROJECT