mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-11-04 22:53:23 +01:00
update 'connecting to' message
This commit is contained in:
parent
581fff07a7
commit
10b6a41578
@ -103,7 +103,7 @@
|
||||
var actionText = "";
|
||||
switch(data.status) {
|
||||
case NetworkAPI.STATUS.CONNECTING:
|
||||
statusText = "Connecting to "+_pageData.ssid+"...";
|
||||
statusText = "WiFi-Box is now trying to connect to "+_pageData.ssid+"...";
|
||||
//actionText = "Please reconnect yourself to <b>"+_pageData.ssid+"</b>. Once you are connected return to this page.";
|
||||
actionText = "Please reconnect yourself to <b>"+_pageData.ssid+"</b>. Once you are connected return to this page.";
|
||||
_actionField.attr("class","notice");
|
||||
|
Loading…
Reference in New Issue
Block a user