From 24967c7eaf0bdc431194ada0c215b5a533948807 Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Wed, 26 Sep 2012 14:49:13 -0700 Subject: [PATCH] use 127.0.0.1 instead of localhost --- business.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business.js b/business.js index 0f84f47..248b2d6 100644 --- a/business.js +++ b/business.js @@ -112,7 +112,7 @@ function connect(addy) window.onload = function() { - var addy = "localhost:23000"; + var addy = "127.0.0.1:23000"; if(typeof(Storage)!== "undefined") { -- 2.7.4