From 0273dbf80fe2544779c63ebfbf04f03e4e929673 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 27 Oct 2008 11:55:13 -0500 Subject: [PATCH] Overhaul of cover images. Replaces Amazon's "no cover" image with styled text, addressing bug 2241. Adds the same "no cover" text for Google and Baker & Taylor images. Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/prog/en/js/google-jackets.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/opac-tmpl/prog/en/js/google-jackets.js b/koha-tmpl/opac-tmpl/prog/en/js/google-jackets.js index 3de213418f..40accdc8d4 100644 --- a/koha-tmpl/opac-tmpl/prog/en/js/google-jackets.js +++ b/koha-tmpl/opac-tmpl/prog/en/js/google-jackets.js @@ -55,7 +55,9 @@ KOHA.Google = { $(message).attr("class","no-image"); $(message).html(NO_GOOGLE_JACKET); $(this).append(message); + } + $(this).append(a); }); } } -- 2.20.1