Skip to content

Commit

Permalink
change localhost to nodejitsu server
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Jun 17, 2011
1 parent 94a6e1b commit b4c9aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascript/app.js
Expand Up @@ -202,7 +202,7 @@ var Visualization = {
},

initSocket: function () {
this.socket = new io.Socket('localhost');
this.socket = new io.Socket('space-tweet.nodejitsu.com');
this.socket.connect();
this.socket.on('connect', function () {
this.socket.send(JSON.stringify(this.options.good.slice(0).combine(this.options.bad)));
Expand Down

0 comments on commit b4c9aa6

Please sign in to comment.