define xulG so we can still access the user editor in a browser
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 8 Dec 2008 23:12:44 +0000 (23:12 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 8 Dec 2008 23:12:44 +0000 (23:12 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11456 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/patron/ue.js

index 8ab42d2..a9499ee 100644 (file)
@@ -12,6 +12,8 @@ var groupsCache                               = {};
 var netLevelsCache                     = {};
 //var guardianNote                             = null;
 
+if(!window.xulG) var xulG = null;
+
 function $(id) { return document.getElementById(id); }
 
 /* fetch the necessary data to start off */