connect to whatever server we're on
This commit is contained in:
parent
8980f8accb
commit
4ca99d4264
@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
var socketId = '{{socketId}}';
|
var socketId = '{{socketId}}';
|
||||||
var socket = io.connect('http://localhost:1947');
|
var socket = io.connect(window.location.origin);
|
||||||
var notes = document.getElementById('notes');
|
var notes = document.getElementById('notes');
|
||||||
var slides = document.getElementById('slides');
|
var slides = document.getElementById('slides');
|
||||||
var nextSlide = document.getElementById('next-slide');
|
var nextSlide = document.getElementById('next-slide');
|
||||||
|
Loading…
Reference in New Issue
Block a user