diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-11-13 17:56:14 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-11-13 17:56:14 -0500 |
commit | c621a9db72978bbcb452d103949047c20ec2a745 (patch) | |
tree | 9266243fbbdb72e9dfa123b7f052d00de6fe949d /plugins/InfiniteScroll/infinitescroll.js | |
parent | acfa086d21c9a2624cb27182ff4011ec57ac2680 (diff) |
Fix to work with csarven's changes to util.js
Diffstat (limited to 'plugins/InfiniteScroll/infinitescroll.js')
-rw-r--r-- | plugins/InfiniteScroll/infinitescroll.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/InfiniteScroll/infinitescroll.js b/plugins/InfiniteScroll/infinitescroll.js index 82254613e..0dafef6d5 100644 --- a/plugins/InfiniteScroll/infinitescroll.js +++ b/plugins/InfiniteScroll/infinitescroll.js @@ -16,8 +16,6 @@ jQuery(document).ready(function($){ contentSelector : "#notices_primary ol.notices", itemSelector : "#notices_primary ol.notices li" },function(){ - NoticeAttachments(); - NoticeReply(); - NoticeFavors(); + SN.Init.Notices(); }); }); |