Fix to work with csarven's changes to util.js

This commit is contained in:
Craig Andrews 2009-11-13 17:56:14 -05:00
parent acfa086d21
commit c621a9db72
1 changed files with 1 additions and 3 deletions

View File

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