added debug line, commented out for now
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 5 Feb 2007 17:45:54 +0000 (17:45 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 5 Feb 2007 17:45:54 +0000 (17:45 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6876 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/common/js/RemoteRequest.js

index e531786..53af228 100644 (file)
@@ -237,6 +237,8 @@ RemoteRequest.prototype.send = function(blocking) {
 
        this.url = url;
 
+   //if( isXUL() ) dump('request URL = ' + url + '?' + this.param_string + '\n');
+
        try {
 
                if(blocking) this.xmlhttp.open(this.type, url, false);