atom auto-discover, fix image preloading in ajax

This commit is contained in:
Mike Macgirvin 2010-08-10 16:54:36 -07:00
commit 06bdf8a4cf
5 changed files with 31 additions and 5 deletions

View file

@ -61,6 +61,9 @@
$('.wall-item-outside-wrapper',data).each(function() {
var ident = $(this).attr('id');
if($('#' + ident).length == 0) {
$('img',this).each(function() {
$(this).attr('src',$(this).attr('dst'));
});
$('#' + prev).after($(this));
}
else {