From 6a812b19e7bf459908e3e7b74f750c44433e9feb 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 c4b002e478..691eccebf0 100644 --- a/Open-ILS/web/opac/skin/default/js/result_common.js +++ b/Open-ILS/web/opac/skin/default/js/result_common.js @@ -742,7 +742,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