[open-ils-commits] [GIT] Evergreen ILS branch master updated. df92ad3797667f00c93c100fd9c7be7890007670

Evergreen Git git at git.evergreen-ils.org
Sat Jul 16 10:42:44 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, master has been updated
       via  df92ad3797667f00c93c100fd9c7be7890007670 (commit)
      from  14504ab4e9f534776ab373c9bd69938fa97a5392 (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 df92ad3797667f00c93c100fd9c7be7890007670
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 8d29b70..855d023 100644
--- a/Open-ILS/xul/staff_client/server/cat/copy_browser.js
+++ b/Open-ILS/xul/staff_client/server/cat/copy_browser.js
@@ -1105,7 +1105,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