Skip to content

Commit

Permalink
fix websocket port
Browse files Browse the repository at this point in the history
  • Loading branch information
serkanyersen committed Dec 19, 2011
1 parent 1c2e5f1 commit 60cc141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ var Chat = {
},

init: function(){
this.socket = io.connect(location.href);
this.socket = io.connect(location.href);
this.setSocketEvents();
this.setName();
this.joined();
Expand Down

0 comments on commit 60cc141

Please sign in to comment.