X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost-mobile%2Fjs%2Facl.js;h=d54df12a35eb57f50787b52a86599115939a06b9;hb=a0e18a0ff8fbefaf5cb66a4d5c91fac1d45d5931;hp=65b2d3829816f494743f2bdda54da7ce48dfff64;hpb=1f09e7ad23f1f3982f44e9b2c9a1e6d08da7f825;p=friendica.git diff --git a/view/theme/frost-mobile/js/acl.js b/view/theme/frost-mobile/js/acl.js index 65b2d38298..d54df12a35 100644 --- a/view/theme/frost-mobile/js/acl.js +++ b/view/theme/frost-mobile/js/acl.js @@ -253,6 +253,10 @@ ACL.prototype.populate = function(data){ //console.log(html); that.list_content.append(html); }); + $j(".acl-list-item img[data-src]", that.list_content).each(function(i, el){ + // Add src attribute for images with a data-src attribute + $j(el).attr('src', $j(el).data("src")); + }); that.update_view(); }