no 8080
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 6 Jun 2005 14:29:29 +0000 (14:29 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 6 Jun 2005 14:29:29 +0000 (14:29 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@750 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/javascript/util/RemoteRequest.js

index ff3ffda..2851751 100644 (file)
@@ -216,7 +216,8 @@ RemoteRequest.prototype.send = function(blocking) {
                if(this.secure)
                        url =   "https://" + XML_HTTP_SERVER + "/" + XML_HTTP_GATEWAY;
                else
-                       url =   "http://" + XML_HTTP_SERVER + ":8080/" + XML_HTTP_GATEWAY;
+                       //url = "http://" + XML_HTTP_SERVER + ":8080/" + XML_HTTP_GATEWAY;
+                       url =   "http://" + XML_HTTP_SERVER + "/" + XML_HTTP_GATEWAY;
        }
 
        var data = null;