mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
MeshMessenger improvements on mobile devices.
This commit is contained in:
parent
9a1eb534c4
commit
4990b09226
5 changed files with 764 additions and 694 deletions
|
@ -1046,6 +1046,7 @@
|
|||
// Control web socket disconnected
|
||||
setDialogMode(0); // Close any dialog boxes if present
|
||||
go(0); // Go to disconnection panel
|
||||
deleteAllNotifications(); // Close and clear notifications if present
|
||||
if (errorCode == 'noauth') { QH('p0span', "Unable to perform authentication"); return; }
|
||||
if (prevState == 2) { setTimeout(serverPoll, 5000); } else { QH('p0span', "Unable to connect web socket"); }
|
||||
// Clean up here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue