Skip to content

Commit 5fc7fc8

Browse files
committed
fix path to socket.io
1 parent 939da88 commit 5fc7fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slidenotes/notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</div>
6363
<div id="notes"></div>
6464

65-
<script src="socket.io/socket.io.js"></script>
65+
<script src="/socket.io/socket.io.js"></script>
6666

6767
<script>
6868
var socketId = '{{socketId}}';

0 commit comments

Comments
 (0)