Skip to content

Commit

Permalink
Commit rauchg#9: Fix jquery CDN reference
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSachinSBhat committed Feb 7, 2017
1 parent 930684d commit 1bd6b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<input id="m" autocomplete="off" /><button>Send</button>
</form>
<script src="/socket.io/socket.io.js"></script>
<script src="http://code.jquery.com/jquery-1.11.1.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script>
var socket = io.connect();

Expand Down

0 comments on commit 1bd6b2d

Please sign in to comment.