From: erickson Date: Mon, 5 Feb 2007 17:45:54 +0000 (+0000) Subject: added debug line, commented out for now X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d2336b3b53138d880ecd2569c4a0a3089189c3e2;p=Evergreen.git added debug line, commented out for now git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6876 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/common/js/RemoteRequest.js b/Open-ILS/web/opac/common/js/RemoteRequest.js index e5317868f3..53af228d9d 100644 --- a/Open-ILS/web/opac/common/js/RemoteRequest.js +++ b/Open-ILS/web/opac/common/js/RemoteRequest.js @@ -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);