]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/js/main.js
Merge remote-tracking branch 'upstream/master'
[friendica.git] / view / theme / frost / js / main.js
index e47ecff376bd6f40dca6d66994ebe3564d49087d..3f2f1356945deae1ca122638c86b4bb1032805b3 100644 (file)
                                        nnm.append(html);
                                });
 
-                               $("img[data-src]", nnm).each(function(i, el){
+                               $j("img[data-src]", nnm).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"));
                                });
                        }
                        notif = eNotif.attr('count');