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

Evergreen Git git at git.evergreen-ils.org
Tue May 17 17:20:58 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  52f1b223e40fe7362feeebc0ce6f53d6f0c30895 (commit)
      from  6854ddfdc114d26239aa22ff453fa12a2a1a7a26 (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 52f1b223e40fe7362feeebc0ce6f53d6f0c30895
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue May 17 18:06:38 2011 -0400

    only use the label to initialize call number browse
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/web/opac/skin/default/js/rdetail.js b/Open-ILS/web/opac/skin/default/js/rdetail.js
index fd7b94a..c74c385 100644
--- a/Open-ILS/web/opac/skin/default/js/rdetail.js
+++ b/Open-ILS/web/opac/skin/default/js/rdetail.js
@@ -801,7 +801,7 @@ function rdetailShowExtra(type, args) {
 		case 'cn':
 			addCSSClass($('rdetail_viewcn_link'), 'rdetail_extras_selected');
 			unHideMe($('rdetail_cn_browse_div'));
-			rdetailShowCNBrowse(defaultCN, getLocation(), null, true);
+			rdetailShowCNBrowse(defaultCN[1], getLocation(), null, true);
 			break;
 
 	}

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

Summary of changes:
 Open-ILS/web/opac/skin/default/js/rdetail.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list