projects
/
evergreen
/
tadl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3dca6e
)
Fix syntax error in default skin rdetail.js
tadl/fix_syntax_error_in_default_skin
author
Jeff Godin
<jgodin@tadl.org>
Fri, 25 May 2012 15:54:12 +0000
(11:54 -0400)
committer
Jeff Godin
<jgodin@tadl.org>
Fri, 25 May 2012 15:54:12 +0000
(11:54 -0400)
Fix a syntax error in the default skin's rdetail.js file.
Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/web/opac/skin/default/js/rdetail.js
patch
|
blob
|
history
diff --git
a/Open-ILS/web/opac/skin/default/js/rdetail.js
b/Open-ILS/web/opac/skin/default/js/rdetail.js
index
524fdc6
..
28a0d46
100644
(file)
--- a/
Open-ILS/web/opac/skin/default/js/rdetail.js
+++ b/
Open-ILS/web/opac/skin/default/js/rdetail.js
@@
-586,7
+586,7
@@
function _rdetailDraw(r) {
unHideMe($('rdetail_exp_refworks_span'));
}
- $('rdetail_img_link').setAttribute('href', buildJacketSrc(record.doc_id()
)
, 'large'));
+ $('rdetail_img_link').setAttribute('href', buildJacketSrc(record.doc_id(), 'large'));
G.ui.rdetail.image.setAttribute("src", buildJacketSrc(record.doc_id()));
runEvt("rdetail", "recordDrawn");
recordsCache.push(record);