From 74457b0d7de520c8fafb929f455a8806bad74077 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sun, 23 Nov 2014 23:54:00 +0100 Subject: Production-ready --- templates/home.julius | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/home.julius') diff --git a/templates/home.julius b/templates/home.julius index da20f7f..b454de8 100644 --- a/templates/home.julius +++ b/templates/home.julius @@ -52,7 +52,7 @@ $(function() { ui.bForward.on("click", function () { sock.send("Forward"); }); - sock = new WebSocket("ws://" + window.location.host); + sock = new WebSocket("wss://" + window.location.host); sock.onopen = function (e) { enableButtons([ui.bBeginning, ui.bBackward, ui.bTogglePlay, ui.bForward]); -- cgit v1.2.3