diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-08-11 16:36:34 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-08-11 16:36:34 -0400 |
commit | 4f751563c76bcea37fdf3e0623a037670476077b (patch) | |
tree | b4a45ba0bb671a21d5b574c412d4e706b9a00beb /plugins | |
parent | 091152b6a55be8e6c6a09cef435e7478076e2e2d (diff) |
Make notice attachment lightbox work after an infinite scroll happens
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/InfiniteScroll/infinitescroll.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/InfiniteScroll/infinitescroll.js b/plugins/InfiniteScroll/infinitescroll.js index b80bd4ec5..4bd315b6f 100644 --- a/plugins/InfiniteScroll/infinitescroll.js +++ b/plugins/InfiniteScroll/infinitescroll.js @@ -7,6 +7,8 @@ jQuery(document).ready(function($){ navSelector : "div.pagination", contentSelector : "#notices_primary", itemSelector : "ol.notices" + },function(){ + NoticeAttachments(); }); }); |