Skip to content
Snippets Groups Projects
Commit 0163ffcb authored by Rebecca Murphey's avatar Rebecca Murphey
Browse files

use current host/port

parent f6b4561c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment