Skip to content
This repository has been archived by the owner on Nov 17, 2018. It is now read-only.

Commit

Permalink
Fix connection url.
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Sep 13, 2011
1 parent f33d226 commit 2859ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Expand Up @@ -8,7 +8,7 @@
$(document).ready(function () {
var lastBy;
var odd = false;
var socket = io.connect('http://192.168.11.103:8080');
var socket = io.connect(location.href);
socket.on('connect', function () {
// nothing
});
Expand Down

0 comments on commit 2859ed3

Please sign in to comment.