comparison client/digitallibrary/jquery/jquery.digilib.js @ 620:5a7f82f10a5d jquery

corrected typo
author robcast
date Mon, 17 Jan 2011 10:27:37 +0100
parents 53ee659e2d00
children 533b06116a48 5f3564a21a9c
comparison
equal deleted inserted replaced
613:53ee659e2d00 620:5a7f82f10a5d
282 // embedded mode -- try to keep img tag 282 // embedded mode -- try to keep img tag
283 var $img = $elem.find('img'); 283 var $img = $elem.find('img');
284 if ($img.length > 0) { 284 if ($img.length > 0) {
285 console.debug("img detach:",$img); 285 console.debug("img detach:",$img);
286 $img.detach(); 286 $img.detach();
287 $img.addClass('picsi'); 287 $img.addClass('pic');
288 } else { 288 } else {
289 $img = $('<img/>'); 289 $img = $('<img/>');
290 var scalerUrl = getScalerString(settings); 290 var scalerUrl = getScalerString(settings);
291 $img.attr('src', scalerUrl); 291 $img.attr('src', scalerUrl);
292 $img.addClass('pic'); 292 $img.addClass('pic');