changeset 620:5a7f82f10a5d jquery

corrected typo
author robcast
date Mon, 17 Jan 2011 10:27:37 +0100
parents 53ee659e2d00
children 533b06116a48 5f3564a21a9c
files client/digitallibrary/jquery/jquery.digilib.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery.digilib.js	Sun Jan 16 00:56:59 2011 +0100
+++ b/client/digitallibrary/jquery/jquery.digilib.js	Mon Jan 17 10:27:37 2011 +0100
@@ -284,7 +284,7 @@
             if ($img.length > 0) {
                 console.debug("img detach:",$img);
                 $img.detach();
-                $img.addClass('picsi');
+                $img.addClass('pic');
             } else {
                 $img = $('<img/>');
                 var scalerUrl = getScalerString(settings);