From feb04b12ac93672f041f326102fbf0146f35ad41 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 5 Feb 2007 17:45:54 +0000 Subject: [PATCH] added debug line, commented out for now git-svn-id: svn://svn.open-ils.org/ILS/trunk@6876 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/common/js/RemoteRequest.js | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.11.0