Remove extra xulG redefines
authorThomas Berezansky <tsbere@mvlc.org>
Tue, 7 Aug 2012 18:29:37 +0000 (14:29 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 7 Aug 2012 18:52:28 +0000 (14:52 -0400)
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/xul/staff_client/chrome/content/util/widget_prompt.js
Open-ILS/xul/staff_client/server/cat/volume_editor.js
Open-ILS/xul/staff_client/server/circ/circ_summary.xul
Open-ILS/xul/staff_client/server/circ/copy_details.xul
Open-ILS/xul/staff_client/server/serial/editor_base.js

index 48d8d55..51299ce 100644 (file)
@@ -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') ); }
index 9a98fb8..26c6e07 100644 (file)
@@ -36,8 +36,6 @@
     <![CDATA[
         function $(id) { return document.getElementById(id); }
 
-        var xulG = {};
-
         function my_init() {
             try {
                 if (typeof JSAN == 'undefined') {
index aefcac9..3cc45c2 100644 (file)
@@ -36,8 +36,6 @@
     <![CDATA[
         function $(id) { return document.getElementById(id); }
 
-        var xulG = {};
-
         function my_init() {
             try {
                 if (typeof JSAN == 'undefined') { 
index 6da04b0..57a2236 100644 (file)
@@ -583,7 +583,6 @@ serial.editor_base = {
             } else if (xul_param('in_modal')) {
                 // TODO: this is to perhaps allow this editor to be called
                 // in a modal window, but is unfinished functionality
-                var xulG = {};
                 xulG[fm_type_plural] = obj[fm_type_plural];
             } else {
                 obj.data['temp_' + fm_type_plural] = js2JSON( obj[fm_type_plural] );