]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/js/acl.js
Merge pull request #593 from fermionic/20130127-tinymce-update-and-fixes
[friendica.git] / view / theme / frost / js / acl.js
index 1c843d7fe383b669e6141ca1d68bcba9ac64194a..511f84f784145619c7265e5f5d63d36f8a652b23 100644 (file)
@@ -253,9 +253,9 @@ 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){
+       $j(".acl-list-item img[data-src]", that.list_content).each(function(i, el){
                // Add src attribute for images with a data-src attribute
-               $(el).attr('src', $(el).data("src"));
+               $j(el).attr('src', $j(el).data("src"));
        });
        that.update_view();
 }