projects
/
evergreen
/
tadl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d04174
)
Removed unused, commented-out function
author
Jeff Godin
<jgodin@tadl.org>
Sat, 28 Apr 2012 22:16:30 +0000
(18:16 -0400)
committer
Jeff 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
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
702ea0c
..
dcf321b
100644
(file)
--- 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;
}