Skip to content

Commit b22a4d4

Browse files
authored
Merge pull request #1 from krsjan/master
Updated socket.io dependency in synth.html
2 parents d2dc15a + ded1a4d commit b22a4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>Synth | Torsk</title>
66
<script src="/static/fastclick/lib/fastclick.js"></script>
7-
<script src="/static/socket.io/node_modules/socket.io-client/socket.io.js"></script>
7+
<script src="/static/socket.io-client/socket.io.js"></script>
88

99
<!-- CSS -->
1010
<link href="/static/bootstrap/dist/css/bootstrap.css" rel="stylesheet">

0 commit comments

Comments
 (0)