diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/home.julius | 2 |
1 files changed, 1 insertions, 1 deletions
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]); |