diff --git a/js/ConnectingToNetworkPage.js b/js/ConnectingToNetworkPage.js index b3aabdb..f3a2f8a 100644 --- a/js/ConnectingToNetworkPage.js +++ b/js/ConnectingToNetworkPage.js @@ -133,7 +133,9 @@ console.log(" found connected box"); _statusField.html("Connected to "+_pageData.ssid); _actionField.html("Congratulations the box is connected to "+_pageData.ssid+". You will be redirected in a moment..."); - _actionField.attr("class","info"); + _actionField.attr("class","info"); + // prevent status changes by wired box + _networkAPI.stopAutoRefresh(); setTimeout(function () { // redirect to it's box page