aboutsummaryrefslogtreecommitdiff
path: root/templates/home.julius
diff options
context:
space:
mode:
authorGuillermo Ramos2014-11-23 23:54:00 +0100
committerGuillermo Ramos2014-11-23 23:54:00 +0100
commit74457b0d7de520c8fafb929f455a8806bad74077 (patch)
treedeaa1e41921a4d8431c8a4813fb2f682470ec8e4 /templates/home.julius
parent6e99d20972bec95d3502ef7549d74f67b4cf0001 (diff)
downloadturing-web-74457b0d7de520c8fafb929f455a8806bad74077.tar.gz
Production-ready
Diffstat (limited to 'templates/home.julius')
-rw-r--r--templates/home.julius2
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]);