From: dbs Date: Wed, 13 Apr 2011 20:03:59 +0000 (+0000) Subject: Take advantage of the medium-sized covers from OpenLibrary X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3eaf5de28897226804da09099829a34c4f3f75e9;p=contrib%2FConifer.git Take advantage of the medium-sized covers from OpenLibrary git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_2_0@1351 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/web/opac/skin/default/js/rdetail.js b/web/opac/skin/default/js/rdetail.js index ca22334981..facce536f3 100644 --- a/web/opac/skin/default/js/rdetail.js +++ b/web/opac/skin/default/js/rdetail.js @@ -500,7 +500,7 @@ function _rdetailDraw(r) { if (currentISBN) { $('rdetail_img_link').setAttribute('href', buildISBNSrc(currentISBN, 'large')); - G.ui.rdetail.image.setAttribute("src", buildISBNSrc(currentISBN)); + G.ui.rdetail.image.setAttribute("src", buildISBNSrc(currentISBN, 'medium')); } runEvt("rdetail", "recordDrawn"); recordsCache.push(record);