From f85a7fc39e4f22760680ab015a82d0dbafd1cb63 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 7 Aug 2006 20:17:51 +0000 Subject: [PATCH] added debug line git-svn-id: svn://svn.open-ils.org/ILS/trunk@5341 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/ue.js | 2 ++ 1 file changed, 2 insertions(+) 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'); -- 2.11.0