Skip to content

Commit

Permalink
Switch to use socket.io's CDN so we can drop the submodule dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mnutt committed Jan 21, 2011
1 parent 27bfcac commit a326d72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<script src="/js/jquery-1.4.3.js"></script>

<script src="/socket.io/socket.io.js"></script>
<script src="http://cdn.socket.io/stable/socket.io.js"></script>
<script>
WEB_SOCKET_SWF_LOCATION = '/socket.io/';
</script>
Expand Down
1 change: 0 additions & 1 deletion public/socket.io
Submodule socket.io deleted from 50f7e4

0 comments on commit a326d72

Please sign in to comment.