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:
999a296
)
Duh. == not = for an equality test
author
Dan Scott
<dan@coffeecode.net>
Sat, 28 May 2011 04:00:47 +0000
(
00:00
-0400)
committer
Dan Scott
<dan@coffeecode.net>
Sat, 28 May 2011 04:00:47 +0000
(
00:00
-0400)
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
984addf
..
114b4c8
100644
(file)
--- a/
Open-ILS/web/opac/skin/default/js/result_common.js
+++ b/
Open-ILS/web/opac/skin/default/js/result_common.js
@@
-696,8
+696,8
@@
function renderOpenLibraryLinks(response) {
/* Find matching items by their fromEdition key */
dojo.forEach(results.items, function (item) {
/* Populate the links if we have a match */
- if (item.fromRecord = oled) {
- var lnode = dojo.query('span[name="googleBooksLink-' + isbn + '"');
+ if (item.fromRecord =
=
oled) {
+ /* alert for now */
alert(item.status + ' ' + item.match + ' ' + item.url);
}
});