use 127.0.0.1 instead of localhost
authorKevron Rees <kevron_m_rees@linux.intel.com>
Wed, 26 Sep 2012 21:49:13 +0000 (14:49 -0700)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Tue, 2 Oct 2012 18:07:27 +0000 (11:07 -0700)
business.js

index 0f84f47..248b2d6 100644 (file)
@@ -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")
     {