Advertisement
jow-

Untitled

Nov 11th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.84 KB | None | 0 0
  1. diff --git a/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm b/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm
  2. index 8fb6483..312fd08 100644
  3. --- a/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm
  4. +++ b/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm
  5. @@ -232,7 +232,7 @@ You may obtain a copy of the License at
  6.                                                         toggle.title = '<%:Activate this network%>';
  7.                                                 }
  8.  
  9. -                                               toggle.setAttribute('active', is_assoc);
  10. +                                               toggle.setAttribute('active', !iw.disabled);
  11.                                         }
  12.  
  13.                                         var info = document.getElementById(iw.id + '-iw-status');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement