]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Make notice attachment lightbox work after an infinite scroll happens
authorCraig Andrews <candrews@integralblue.com>
Tue, 11 Aug 2009 20:36:34 +0000 (16:36 -0400)
committerCraig Andrews <candrews@integralblue.com>
Tue, 11 Aug 2009 20:36:34 +0000 (16:36 -0400)
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();
     });
 });