Skip to content

Commit

Permalink
Merge pull request #1 from Hao-Wu/master
Browse files Browse the repository at this point in the history
Remove the remote host domain name
  • Loading branch information
ishuah committed Aug 14, 2013
2 parents b246d0c + dc29f3a commit 8e3bdf7
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 8e3bdf7

Please sign in to comment.