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

connect to whatever server we're on

parent 8980f8ac
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@
<script>
var socketId = '{{socketId}}';
var socket = io.connect('http://localhost:1947');
var socket = io.connect(window.location.origin);
var notes = document.getElementById('notes');
var slides = document.getElementById('slides');
var nextSlide = document.getElementById('next-slide');
......
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