aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/slidenotes.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/slidenotes.js')
-rw-r--r--js/slidenotes.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/slidenotes.js b/js/slidenotes.js
index 9a4f152..ef05062 100644
--- a/js/slidenotes.js
+++ b/js/slidenotes.js
@@ -3,8 +3,8 @@
var qs = window.location.href.split('?');
if (qs.length > 1 && qs[1].match('receiver')) { return; }
- var socket = io.connect('http://localhost:1947');
-
+ var socket = io.connect(window.location.origin);
+
Reveal.addEventListener( 'slidechanged', function( event ) {
var nextindexh;
var nextindexv;