projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fb0cd7
)
Get the "Borrow similar" link correct
author
Dan Scott
<dan@coffeecode.net>
Wed, 15 Jun 2011 03:12:28 +0000
(23:12 -0400)
committer
Dan Scott
<dan@coffeecode.net>
Wed, 15 Jun 2011 03:14:02 +0000
(23:14 -0400)
A copy/paste error led to a link that didn't go anywhere in the "Borrow
similar online" case.
Signed-off-by: Dan Scott <dan@coffeecode.net>
Open-ILS/web/opac/skin/default/js/result_common.js
patch
|
blob
|
history
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
3988e1e
..
6a5d8c3
100644
(file)
--- 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'
);
}
}