[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 9e95c136931f4abb499ea2862aed3ee56dc2b758

Evergreen Git git at git.evergreen-ils.org
Tue Aug 7 14:53:11 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_3 has been updated
       via  9e95c136931f4abb499ea2862aed3ee56dc2b758 (commit)
      from  6702825122afae72f531bd81d3018be41b71edb9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9e95c136931f4abb499ea2862aed3ee56dc2b758
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Tue Aug 7 14:29:37 2012 -0400

    Remove extra xulG redefines
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

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 0bc238f..ff128ca 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 48d8d55..51299ce 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 9a98fb8..26c6e07 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 @@
     <![CDATA[
         function $(id) { return document.getElementById(id); }
 
-        var xulG = {};
-
         function my_init() {
             try {
                 if (typeof JSAN == 'undefined') {
diff --git a/Open-ILS/xul/staff_client/server/circ/copy_details.xul b/Open-ILS/xul/staff_client/server/circ/copy_details.xul
index aefcac9..3cc45c2 100644
--- a/Open-ILS/xul/staff_client/server/circ/copy_details.xul
+++ b/Open-ILS/xul/staff_client/server/circ/copy_details.xul
@@ -36,8 +36,6 @@
     <![CDATA[
         function $(id) { return document.getElementById(id); }
 
-        var xulG = {};
-
         function my_init() {
             try {
                 if (typeof JSAN == 'undefined') { 
diff --git a/Open-ILS/xul/staff_client/server/serial/editor_base.js b/Open-ILS/xul/staff_client/server/serial/editor_base.js
index 6da04b0..57a2236 100644
--- a/Open-ILS/xul/staff_client/server/serial/editor_base.js
+++ b/Open-ILS/xul/staff_client/server/serial/editor_base.js
@@ -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] );

-----------------------------------------------------------------------

Summary of changes:
 .../chrome/content/util/widget_prompt.js           |    1 -
 .../xul/staff_client/server/cat/volume_editor.js   |    2 --
 .../xul/staff_client/server/circ/circ_summary.xul  |    2 --
 .../xul/staff_client/server/circ/copy_details.xul  |    2 --
 .../xul/staff_client/server/serial/editor_base.js  |    1 -
 5 files changed, 0 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list