summaryrefslogtreecommitdiff
path: root/plugins/InfiniteScroll
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-11-13 17:56:14 -0500
committerCraig Andrews <candrews@integralblue.com>2009-11-13 17:56:14 -0500
commitc621a9db72978bbcb452d103949047c20ec2a745 (patch)
tree9266243fbbdb72e9dfa123b7f052d00de6fe949d /plugins/InfiniteScroll
parentacfa086d21c9a2624cb27182ff4011ec57ac2680 (diff)
Fix to work with csarven's changes to util.js
Diffstat (limited to 'plugins/InfiniteScroll')
-rw-r--r--plugins/InfiniteScroll/infinitescroll.js4
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();
});
});