mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-11-04 14:43:24 +01:00
Prevent status change after connected Congratulations
This commit is contained in:
parent
83c694801c
commit
00f03553db
@ -133,7 +133,9 @@
|
||||
console.log(" found connected box");
|
||||
_statusField.html("Connected to "+_pageData.ssid);
|
||||
_actionField.html("Congratulations the box is connected to <b>"+_pageData.ssid+"</b>. 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
|
||||
|
Loading…
Reference in New Issue
Block a user