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=9707582c95f2baf810de85aa0726c121ff419b89;p=evergreen%2Ftadl.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 702ea0c02d..dcf321b949 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; }