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

Evergreen Git git at git.evergreen-ils.org
Fri May 25 08:41:53 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, master has been updated
       via  b53d7120da33d7f027b535cf64feca7828178618 (commit)
      from  27320c83266d8920e90e74db0e1ac7c11ce1cc42 (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 b53d7120da33d7f027b535cf64feca7828178618
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Tue May 22 11:11:01 2012 -0400

    minor fix.. this was working, but not in the same vein of other 'render' elements
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/xul/staff_client/server/patron/holds.js b/Open-ILS/xul/staff_client/server/patron/holds.js
index 478056c..f461acf 100644
--- a/Open-ILS/xul/staff_client/server/patron/holds.js
+++ b/Open-ILS/xul/staff_client/server/patron/holds.js
@@ -232,8 +232,10 @@ patron.holds.prototype = {
                     'alt_view_btn' : [
                         ['render'],
                         function(e) {
-                            e.setAttribute('label', document.getElementById("circStrings").getString('staff.circ.holds.alt_view.label'));
-                            e.setAttribute('accesskey', document.getElementById("circStrings").getString('staff.circ.holds.alt_view.accesskey'));
+                            return function() {
+                                e.setAttribute('label', document.getElementById("circStrings").getString('staff.circ.holds.alt_view.label'));
+                                e.setAttribute('accesskey', document.getElementById("circStrings").getString('staff.circ.holds.alt_view.accesskey'));
+                            };
                         }
                     ],
                     'cmd_alt_view' : [

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

Summary of changes:
 Open-ILS/xul/staff_client/server/patron/holds.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list