Skip to content

Commit

Permalink
updating socket.io version
Browse files Browse the repository at this point in the history
  • Loading branch information
btouellette committed May 18, 2020
1 parent 5f59054 commit 6fa8566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/game.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
</div>
</div>
<script src="/content/js/standalone.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.3/socket.io.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/socket.io/2.3.0/socket.io.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.4.8/d3.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/qtip2/2.2.0/jquery.qtip.min.js"></script>
Expand Down

0 comments on commit 6fa8566

Please sign in to comment.