]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/opac/common/js/added_content.js
pointing added_content.js at Amazon for now
[working/Evergreen.git] / Open-ILS / web / opac / common / js / added_content.js
1 // This example function uses amazon to get cover art
2 function buildISBNSrc(isbn) {
3         return "http://images.amazon.com/images/P/" + isbn + ".01._SCMZZZZZZZ_.jpg";
4 }
5