No need to remove data-src attributes

Better comment string also
This commit is contained in:
Olaf Conradi 2013-01-02 14:28:13 +01:00
parent 6a2bd8b29f
commit 2943550fe2
6 changed files with 6 additions and 9 deletions

View File

@ -254,7 +254,7 @@ ACL.prototype.populate = function(data){
that.list_content.append(html); that.list_content.append(html);
}); });
$(".acl-list-item[rel!=acl-template] img[data-src]").each(function(i, el){ $(".acl-list-item[rel!=acl-template] img[data-src]").each(function(i, el){
// Add data-src attribute with src attribute for every image // Add src attribute for images with a data-src attribute
$(el).attr('src', $(el).data("src")); $(el).attr('src', $(el).data("src"));
}); });
that.update_view(); that.update_view();

View File

@ -183,9 +183,8 @@
}); });
$("img[data-src]", nnm).each(function(i, el){ $("img[data-src]", nnm).each(function(i, el){
// Replace data-src attribute with src attribute for every image // Add src attribute for images with a data-src attribute
$(el).attr('src', $(el).data("src")); $(el).attr('src', $(el).data("src"));
$(el).removeAttr("data-src");
}); });
} }

View File

@ -254,7 +254,7 @@ ACL.prototype.populate = function(data){
that.list_content.append(html); that.list_content.append(html);
}); });
$(".acl-list-item[rel!=acl-template] img[data-src]").each(function(i, el){ $(".acl-list-item[rel!=acl-template] img[data-src]").each(function(i, el){
// Add data-src attribute with src attribute for every image // Add src attribute for images with a data-src attribute
$(el).attr('src', $(el).data("src")); $(el).attr('src', $(el).data("src"));
}); });
that.update_view(); that.update_view();

View File

@ -189,9 +189,8 @@
}); });
$("img[data-src]", nnm).each(function(i, el){ $("img[data-src]", nnm).each(function(i, el){
// Replace data-src attribute with src attribute for every image // Add src attribute for images with a data-src attribute
$(el).attr('src', $(el).data("src")); $(el).attr('src', $(el).data("src"));
$(el).removeAttr("data-src");
}); });
} }
notif = eNotif.attr('count'); notif = eNotif.attr('count');

View File

@ -254,7 +254,7 @@ ACL.prototype.populate = function(data){
that.list_content.append(html); that.list_content.append(html);
}); });
$(".acl-list-item[rel!=acl-template] img[data-src]").each(function(i, el){ $(".acl-list-item[rel!=acl-template] img[data-src]").each(function(i, el){
// Add data-src attribute with src attribute for every image // Add src attribute for images with a data-src attribute
$(el).attr('src', $(el).data("src")); $(el).attr('src', $(el).data("src"));
}); });
that.update_view(); that.update_view();

View File

@ -181,9 +181,8 @@
}); });
$("img[data-src]", nnm).each(function(i, el){ $("img[data-src]", nnm).each(function(i, el){
// Replace data-src attribute with src attribute for every image // Add src attribute for images with a data-src attribute
$(el).attr('src', $(el).data("src")); $(el).attr('src', $(el).data("src"));
$(el).removeAttr("data-src");
}); });
} }
notif = eNotif.attr('count'); notif = eNotif.attr('count');