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

View File

@ -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();
}); });
}); });