summaryrefslogtreecommitdiffhomepage
path: root/plugin/speakernotes
diff options
context:
space:
mode:
authorDavid Banham2012-08-05 23:48:55 +1000
committerDavid Banham2012-08-05 23:48:55 +1000
commit976536d15ec7859313dcbce33c97fdfd69c00eb1 (patch)
treec3e3042c9af198dbf092e9e56ef590277359ab3a /plugin/speakernotes
parent79299d00710e61c7b9cbd9bfda87168b958a836d (diff)
Added multiplexing server
Diffstat (limited to 'plugin/speakernotes')
-rw-r--r--plugin/speakernotes/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/speakernotes/client.js b/plugin/speakernotes/client.js
index 1aba8b8..9f68173 100644
--- a/plugin/speakernotes/client.js
+++ b/plugin/speakernotes/client.js
@@ -2,7 +2,7 @@
// don't emit events from inside the previews themselves
if ( window.location.search.match( /receiver/gi ) ) { return; }
- var socket = io.connect(window.location.origin);
+ var socket = io.connect('127.0.0.1:1947');
var socketId = Math.random().toString().slice(2);
console.log('View slide notes at ' + window.location.origin + '/notes/' + socketId);