projects
/
evergreen
/
pines.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ded73fb
)
Removed unused, commented-out function
author
Jeff Godin
<jgodin@tadl.org>
Sat, 28 Apr 2012 22:16:30 +0000
(18:16 -0400)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/Open-ILS/web/opac/common/js/opac_utils.js
b/Open-ILS/web/opac/common/js/opac_utils.js
index
f3a2c43
..
c96859e
100644
(file)
--- a/
Open-ILS/web/opac/common/js/opac_utils.js
+++ b/
Open-ILS/web/opac/common/js/opac_utils.js
@@
-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;
}