From: erickson Date: Mon, 7 Aug 2006 20:17:51 +0000 (+0000) Subject: added debug line X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f85a7fc39e4f22760680ab015a82d0dbafd1cb63;p=Evergreen.git added debug line git-svn-id: svn://svn.open-ils.org/ILS/trunk@5341 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/ue.js b/Open-ILS/xul/staff_client/server/patron/ue.js index b0bb8f7a3f..47a9ae2d68 100644 --- a/Open-ILS/xul/staff_client/server/patron/ue.js +++ b/Open-ILS/xul/staff_client/server/patron/ue.js @@ -16,6 +16,8 @@ var guardianNote = null; /* fetch the necessary data to start off */ function uEditInit() { + _debug('uEditInit(): ' + location.search); + cgi = new CGI(); session = cgi.param('ses'); clone = cgi.param('clone');