From 58f3035927d8988ad0e51e83ef7ab845da833b97 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Mon, 21 Jan 2019 20:06:52 +0100 Subject: [PATCH] switch from ws:// to wss:// --- src/program/templates/schedule_overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/program/templates/schedule_overview.html b/src/program/templates/schedule_overview.html index 33d0e3a4..1742ef78 100644 --- a/src/program/templates/schedule_overview.html +++ b/src/program/templates/schedule_overview.html @@ -36,7 +36,7 @@ var elm_app = Elm.Main.embed( , 'schedule_midnight_offset_hours': Number('{{ schedule_midnight_offset_hours }}') , 'ics_button_href': "{% url 'program:ics_view' camp_slug=camp.slug %}" , 'camp_slug': "{{ camp.slug }}" - , 'websocket_server': "ws://" + window.location.host + "/schedule/" + , 'websocket_server': "wss://" + window.location.host + "/schedule/" } );