forked from GNUsocial/gnu-social
Make notice attachment lightbox work after an infinite scroll happens
This commit is contained in:
@@ -7,6 +7,8 @@ jQuery(document).ready(function($){
|
|||||||
navSelector : "div.pagination",
|
navSelector : "div.pagination",
|
||||||
contentSelector : "#notices_primary",
|
contentSelector : "#notices_primary",
|
||||||
itemSelector : "ol.notices"
|
itemSelector : "ol.notices"
|
||||||
|
},function(){
|
||||||
|
NoticeAttachments();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user