forked from GNUsocial/gnu-social
Make notice attachment lightbox work after an infinite scroll happens
This commit is contained in:
parent
091152b6a5
commit
4f751563c7
@ -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();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user