Mercurial > hg > digilib-old
changeset 621:533b06116a48 jquery
merging recent changes
author | hertzhaft |
---|---|
date | Mon, 17 Jan 2011 14:19:00 +0100 |
parents | 5a7f82f10a5d (diff) a473998de5f8 (current diff) |
children | cc3d81f02d4e |
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 Mon Jan 17 00:34:32 2011 +0100 +++ b/client/digitallibrary/jquery/jquery.digilib.js Mon Jan 17 14:19:00 2011 +0100 @@ -344,7 +344,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);