diff options
author | Guillermo Ramos | 2014-11-23 23:54:00 +0100 |
---|---|---|
committer | Guillermo Ramos | 2014-11-23 23:54:00 +0100 |
commit | 74457b0d7de520c8fafb929f455a8806bad74077 (patch) | |
tree | deaa1e41921a4d8431c8a4813fb2f682470ec8e4 /templates/home.julius | |
parent | 6e99d20972bec95d3502ef7549d74f67b4cf0001 (diff) | |
download | turing-web-74457b0d7de520c8fafb929f455a8806bad74077.tar.gz |
Production-ready
Diffstat (limited to 'templates/home.julius')
-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]); |