From: Thomas Berezansky Date: Tue, 7 Aug 2012 18:29:37 +0000 (-0400) Subject: Remove extra xulG redefines X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9e95c136931f4abb499ea2862aed3ee56dc2b758;p=working%2FEvergreen.git Remove extra xulG redefines Signed-off-by: Thomas Berezansky Signed-off-by: Dan Scott --- diff --git a/Open-ILS/xul/staff_client/chrome/content/util/widget_prompt.js b/Open-ILS/xul/staff_client/chrome/content/util/widget_prompt.js index 0bc238f373..ff128cae3f 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/widget_prompt.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/widget_prompt.js @@ -1,4 +1,3 @@ -var xulG = {}; var widget; function my_init() { diff --git a/Open-ILS/xul/staff_client/server/cat/volume_editor.js b/Open-ILS/xul/staff_client/server/cat/volume_editor.js index 48d8d55d23..51299ce71e 100644 --- a/Open-ILS/xul/staff_client/server/cat/volume_editor.js +++ b/Open-ILS/xul/staff_client/server/cat/volume_editor.js @@ -3,8 +3,6 @@ const rel_vert_pos_call_number_prefix = 2; const rel_vert_pos_call_number = 3; const rel_vert_pos_call_number_suffix = 4; -var xulG = {}; - function my_init() { try { if (typeof JSAN == 'undefined') { throw( $("commonStrings").getString('common.jsan.missing') ); } diff --git a/Open-ILS/xul/staff_client/server/circ/circ_summary.xul b/Open-ILS/xul/staff_client/server/circ/circ_summary.xul index 9a98fb8760..26c6e071cb 100644 --- a/Open-ILS/xul/staff_client/server/circ/circ_summary.xul +++ b/Open-ILS/xul/staff_client/server/circ/circ_summary.xul @@ -36,8 +36,6 @@