Make notice attachment lightbox work after an infinite scroll happens

This commit is contained in:
Craig Andrews 2009-08-11 16:36:34 -04:00
parent 091152b6a5
commit 4f751563c7
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ jQuery(document).ready(function($){
navSelector : "div.pagination",
contentSelector : "#notices_primary",
itemSelector : "ol.notices"
},function(){
NoticeAttachments();
});
});