diff options
author | Rebecca Murphey | 2012-06-17 20:57:29 -0400 |
---|---|---|
committer | Rebecca Murphey | 2012-06-17 20:57:29 -0400 |
commit | 4ca99d426446508b63ad995ea029f4fc95c82952 (patch) | |
tree | bc5694d2152580aad4b90a11597dbde647127450 | |
parent | 8980f8accb5cd24e79d44caa3466011c31c44a38 (diff) |
connect to whatever server we're on
-rw-r--r-- | slidenotes/notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slidenotes/notes.html b/slidenotes/notes.html index 5fc81ec..58c2516 100644 --- a/slidenotes/notes.html +++ b/slidenotes/notes.html @@ -66,7 +66,7 @@ <script> var socketId = '{{socketId}}'; - var socket = io.connect('http://localhost:1947'); + var socket = io.connect(window.location.origin); var notes = document.getElementById('notes'); var slides = document.getElementById('slides'); var nextSlide = document.getElementById('next-slide'); |