Removed unused, commented-out function
authorJeff Godin <jgodin@tadl.org>
Sat, 28 Apr 2012 22:16:30 +0000 (18:16 -0400)
committerBen Shum <bshum@biblio.org>
Thu, 26 Sep 2013 17:56:21 +0000 (13:56 -0400)
Removed unused, commented-out function: an earlier iteration of
buildISBNSrc

Signed-off-by: Jeff Godin <jgodin@tadl.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/web/opac/common/js/opac_utils.js

index f3a2c43..c96859e 100644 (file)
@@ -295,12 +295,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;
 }