From 86d3d737c26b0e7899aad6b35986250b7b77ff8e Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 14 Jun 2011 23:12:28 -0400 Subject: [PATCH] Get the "Borrow similar" link correct A copy/paste error led to a link that didn't go anywhere in the "Borrow similar online" case. Signed-off-by: Dan Scott --- Open-ILS/web/opac/skin/default/js/result_common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/skin/default/js/result_common.js b/Open-ILS/web/opac/skin/default/js/result_common.js index 3988e1e45f..6a5d8c3024 100644 --- a/Open-ILS/web/opac/skin/default/js/result_common.js +++ b/Open-ILS/web/opac/skin/default/js/result_common.js @@ -763,7 +763,7 @@ function renderOpenLibraryLinks(response) { ); } else if (ol_ebooks[isbn]['similar_lendable']) { createOpenLibraryLink( - isbn, ol_ebooks[isbn]['similar_full'], 'Borrow similar online' + isbn, ol_ebooks[isbn]['similar_lendable'], 'Borrow similar online' ); } } -- 2.11.0