aboutsummaryrefslogtreecommitdiff
path: root/slidenotes/notes.html
diff options
context:
space:
mode:
authorRebecca Murphey <rmurphey@gmail.com>2012-06-17 20:57:29 -0400
committerRebecca Murphey <rmurphey@gmail.com>2012-06-17 20:57:29 -0400
commit4ca99d426446508b63ad995ea029f4fc95c82952 (patch)
treebc5694d2152580aad4b90a11597dbde647127450 /slidenotes/notes.html
parent8980f8accb5cd24e79d44caa3466011c31c44a38 (diff)
downloadfreenode-live-2017-presentation-4ca99d426446508b63ad995ea029f4fc95c82952.tar
freenode-live-2017-presentation-4ca99d426446508b63ad995ea029f4fc95c82952.tar.gz
connect to whatever server we're on
Diffstat (limited to 'slidenotes/notes.html')
-rw-r--r--slidenotes/notes.html2
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');