From: Jeff Godin Date: Sat, 28 Apr 2012 22:16:30 +0000 (-0400) Subject: Removed unused, commented-out function X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=84bb0a10b7952c9a4f0491c0c11b82ccd3f63700;p=working%2FEvergreen.git Removed unused, commented-out function Removed unused, commented-out function: an earlier iteration of buildISBNSrc Signed-off-by: Jeff Godin --- diff --git a/Open-ILS/web/opac/common/js/opac_utils.js b/Open-ILS/web/opac/common/js/opac_utils.js index 78557b6e04..916837ef91 100644 --- a/Open-ILS/web/opac/common/js/opac_utils.js +++ b/Open-ILS/web/opac/common/js/opac_utils.js @@ -291,12 +291,6 @@ function findBaseURL(ssl) { return proto + "//" + h + path; } -/* -function buildISBNSrc(isbn) { - return "http://" + location.host + "/jackets/" + isbn; -} -*/ - function buildImageLink(name, ssl) { return findBaseURL(ssl) + "../../../../images/" + name; }