]> git.mxchange.org Git - friendica.git/blobdiff - js/acl.js
No need to remove data-src attributes
[friendica.git] / js / acl.js
index 35342a5c14ad52891708f2cec9e119f7d61507f5..abdab97da19aa8fb035b984b3fb126a36534a38a 100644 (file)
--- a/js/acl.js
+++ b/js/acl.js
@@ -254,7 +254,7 @@ ACL.prototype.populate = function(data){
                that.list_content.append(html);
        });
        $(".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"));
        });
        that.update_view();