Skip to content

Commit

Permalink
[Bug 701078] Fix lazyloading images in preview
Browse files Browse the repository at this point in the history
  • Loading branch information
tgavankar committed Nov 9, 2011
1 parent 4822dd8 commit 11b0c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions media/js/ajaxpreview.js
Expand Up @@ -65,6 +65,7 @@ AjaxPreview.prototype = {
document.location.hash = $preview.attr('id');
}
$btn.removeAttr('disabled');
$('img.lazy').lazyload();
$(self).trigger('done', [success]);
});
}
Expand Down

0 comments on commit 11b0c10

Please sign in to comment.