[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 6f68d274883b85d2e3383bd3f1c2acb47ce7e309
Evergreen Git
git at git.evergreen-ils.org
Sat Jul 16 10:42:16 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_0 has been updated
via 6f68d274883b85d2e3383bd3f1c2acb47ce7e309 (commit)
from 531d65c35583b0a9592d8e1e68033c34c12d304b (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 6f68d274883b85d2e3383bd3f1c2acb47ce7e309
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 e8d1644..aa76a66 100644
--- a/Open-ILS/xul/staff_client/server/cat/copy_browser.js
+++ b/Open-ILS/xul/staff_client/server/cat/copy_browser.js
@@ -956,7 +956,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