X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost-mobile%2Fjs%2Facl.js;h=4e319577f78b80f2aca06b4ae80e8372920c8f78;hb=2943550fe289c67cbb1fcb50afa79ac2460a929d;hp=65b2d3829816f494743f2bdda54da7ce48dfff64;hpb=9ecb9842858541db669e6ee61627e8526bf4c719;p=friendica.git diff --git a/view/theme/frost-mobile/js/acl.js b/view/theme/frost-mobile/js/acl.js index 65b2d38298..4e319577f7 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); }); + $(".acl-list-item[rel!=acl-template] img[data-src]").each(function(i, el){ + // Add src attribute for images with a data-src attribute + $(el).attr('src', $(el).data("src")); + }); that.update_view(); }