From c1bbc70f96ca121a5963575cfff1a09f8864d059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Thu, 24 Aug 2023 23:56:29 +0200 Subject: [PATCH] wss connection --- static_src/timer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static_src/timer.js b/static_src/timer.js index 6717ea4..ba838ff 100644 --- a/static_src/timer.js +++ b/static_src/timer.js @@ -34,7 +34,7 @@ $(window).ready( }) const timerSocket = new WebSocket( - "ws://" + "wss://" + window.location.host + "/ws/timer/" ) -- GitLab