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",
|
||||
contentSelector : "#notices_primary",
|
||||
itemSelector : "ol.notices"
|
||||
},function(){
|
||||
NoticeAttachments();
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user