Removed unused, commented-out function
authorJeff Godin <jgodin@tadl.org>
Sat, 28 Apr 2012 22:16:30 +0000 (18:16 -0400)
committerJeff Godin <jgodin@tadl.org>
Wed, 2 May 2012 15:05:11 +0000 (11:05 -0400)
Removed unused, commented-out function: an earlier iteration of
buildISBNSrc

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

index 702ea0c..dcf321b 100644 (file)
@@ -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;
 }