[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. a631a665d053946f023f76cbde8f003f817f3117

Evergreen Git git at git.evergreen-ils.org
Sat Jul 16 10:42:31 EDT 2011


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_1 has been updated
       via  a631a665d053946f023f76cbde8f003f817f3117 (commit)
      from  a007508bf759f624c2dd82c83c7300ce6b91a738 (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 a631a665d053946f023f76cbde8f003f817f3117
Author: mrpeters-isl <mrpeters at library.in.gov>
Date:   Wed Jul 13 09:42:54 2011 -0400

    LP795032 Fix cursor rendering and dropdown position in holdings maintenance OU dropdown
    Signed-off-by: mrpeters-isl <mrpeters at library.in.gov>
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/xul/staff_client/server/cat/copy_browser.js b/Open-ILS/xul/staff_client/server/cat/copy_browser.js
index 7a734fc..f522ee6 100644
--- a/Open-ILS/xul/staff_client/server/cat/copy_browser.js
+++ b/Open-ILS/xul/staff_client/server/cat/copy_browser.js
@@ -1060,7 +1060,7 @@ cat.copy_browser.prototype = {
                     ml.getElementsByAttribute('value',obj.org_ids[i])[0].setAttribute('class','has_copies');
                 }
                 ml.firstChild.addEventListener(
-                    'popupshown',
+                    'popupshowing',
                     function(ev) {
                         document.getElementById('legend').setAttribute('hidden','false');
                     },

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

Summary of changes:
 .../xul/staff_client/server/cat/copy_browser.js    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list