[open-ils-commits] r11456 - trunk/Open-ILS/xul/staff_client/server/patron
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Dec 8 18:12:49 EST 2008
Author: erickson
Date: 2008-12-08 18:12:44 -0500 (Mon, 08 Dec 2008)
New Revision: 11456
Modified:
trunk/Open-ILS/xul/staff_client/server/patron/ue.js
Log:
define xulG so we can still access the user editor in a browser
Modified: trunk/Open-ILS/xul/staff_client/server/patron/ue.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/ue.js 2008-12-08 22:08:11 UTC (rev 11455)
+++ trunk/Open-ILS/xul/staff_client/server/patron/ue.js 2008-12-08 23:12:44 UTC (rev 11456)
@@ -12,6 +12,8 @@
var netLevelsCache = {};
//var guardianNote = null;
+if(!window.xulG) var xulG = null;
+
function $(id) { return document.getElementById(id); }
/* fetch the necessary data to start off */
More information about the open-ils-commits
mailing list