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

Evergreen Git git at git.evergreen-ils.org
Tue May 17 17:20:35 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  df33c493bb44912d89d0c2088bf1e339a83f0f5d (commit)
      from  41510e82a8946a13965c7db5ed10b0491d88f603 (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 df33c493bb44912d89d0c2088bf1e339a83f0f5d
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