aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/frontend/html/pages/orchestrator.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenserver/frontend/html/pages/orchestrator.js')
-rw-r--r--src/zenserver/frontend/html/pages/orchestrator.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/zenserver/frontend/html/pages/orchestrator.js b/src/zenserver/frontend/html/pages/orchestrator.js
index 24805c722..4a9290a3c 100644
--- a/src/zenserver/frontend/html/pages/orchestrator.js
+++ b/src/zenserver/frontend/html/pages/orchestrator.js
@@ -113,7 +113,6 @@ export class Page extends ZenPage
{
const proto = location.protocol === "https:" ? "wss:" : "ws:";
const ws = new WebSocket(`${proto}//${location.host}/orch/ws`);
-
ws.onopen = () => {
if (this._poll_timer)
{