Skip to content

Commit

Permalink
Remove the remote host domain name, so that clients are able to conne…
Browse files Browse the repository at this point in the history
…ct host automatically.
  • Loading branch information
Hao-Wu committed Aug 13, 2013
1 parent b246d0c commit dc29f3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/javascripts/do.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ jQuery(function($){
"use strict";

//client side socket.io
var socket = io.connect('http://ishuah.com:8080');
//var socket = io.connect('http://ishuah.com:8080');
var socket = io.connect();
var app = {

init: function(){
Expand Down

0 comments on commit dc29f3a

Please sign in to comment.