]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/InfiniteScroll/infinitescroll.js
Make notice attachment lightbox work after an infinite scroll happens
[quix0rs-gnu-social.git] / plugins / InfiniteScroll / infinitescroll.js
index b80bd4ec5e30c1bb5b8a3f925d54eed09080777c..4bd315b6fb015ae69bec8c8033d51bca6cb8ce83 100644 (file)
@@ -7,6 +7,8 @@ jQuery(document).ready(function($){
     navSelector     : "div.pagination",
     contentSelector : "#notices_primary",
     itemSelector    : "ol.notices"
+    },function(){
+        NoticeAttachments();
     });
 });