Removed auth cookie on control.ashx websocket connect.

This commit is contained in:
Ylian Saint-Hilaire
2021-11-03 19:22:31 -07:00
parent f71c326231
commit 417598fccc
3 changed files with 3 additions and 6 deletions

View File

@@ -1284,7 +1284,7 @@
document.onclick = function (e) { if ((xxdialogMode == 999) && (e.target.id != 'topMenuIcon')) { QV('topMenu', false); xxdialogMode = 0; } }
// Connect to the mesh server
meshserver = MeshServerCreateControl(domainUrl, authCookie);
meshserver = MeshServerCreateControl(domainUrl);
meshserver.onStateChanged = onStateChanged;
meshserver.onMessage = onMessage;
meshserver.trace = args.trace;