use current host/port
This commit is contained in:
parent
f6b4561c0e
commit
0163ffcb43
@ -3,8 +3,8 @@
|
|||||||
var qs = window.location.href.split('?');
|
var qs = window.location.href.split('?');
|
||||||
if (qs.length > 1 && qs[1].match('receiver')) { return; }
|
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 ) {
|
Reveal.addEventListener( 'slidechanged', function( event ) {
|
||||||
var nextindexh;
|
var nextindexh;
|
||||||
var nextindexv;
|
var nextindexv;
|
||||||
|
Loading…
Reference in New Issue
Block a user