mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-12-25 18:13:48 +01:00
Prevent status change after connected Congratulations
This commit is contained in:
parent
83c694801c
commit
00f03553db
@ -134,6 +134,8 @@
|
|||||||
_statusField.html("Connected to "+_pageData.ssid);
|
_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.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 () {
|
setTimeout(function () {
|
||||||
// redirect to it's box page
|
// redirect to it's box page
|
||||||
|
Loading…
Reference in New Issue
Block a user