From 9b55996111f72d4beca8b51855a9e62e65ba04af Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 8 Dec 2008 23:12:44 +0000 Subject: [PATCH] define xulG so we can still access the user editor in a browser 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 | 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 8ab42d2e8a..a9499ee87b 100644 --- a/Open-ILS/xul/staff_client/server/patron/ue.js +++ b/Open-ILS/xul/staff_client/server/patron/ue.js @@ -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 */ -- 2.11.0