disable_network_rollback.patch 391 B

123456789
  1. --- a/package/feeds/luci/luci-base/htdocs/luci-static/resources/network.js
  2. +++ b/package/feeds/luci/luci-base/htdocs/luci-static/resources/network.js
  3. @@ -4376,4 +4376,6 @@ WifiNetwork = baseclass.extend(/** @lends LuCI.network.WifiNetwork.prototype */
  4. }
  5. });
  6. +setTimeout("document.getElementsByClassName('cbi-button-apply')[0].children[3].children[0].value='1'",1000)
  7. +
  8. return Network;