We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1f94c commit 1e735d4Copy full SHA for 1e735d4
views/main.jade
@@ -40,7 +40,7 @@ html
40
p Source code on <a href="https://github.com/timatooth/node-multidraw">GitHub</a>
41
input(type="text" id="chatBox" placeholder="Chat" maxlength="135")
42
script(src="/socket.io/socket.io.js")
43
- script(src="http://code.jquery.com/jquery-1.10.1.min.js")
+ script(src="http://code.jquery.com/jquery-2.1.1.min.js")
44
script(src="jquery.hammer.min.js")
45
script(src="alertify.min.js")
46
script(src="draw.js")
0 commit comments