Merge branch '0.7.x' into 0.8.x

This commit is contained in:
Sarven Capadisli 2009-04-17 19:52:39 +00:00
commit e43a5214b4
1 changed files with 1 additions and 1 deletions

View File

@ -179,12 +179,12 @@ $(document).ready(function(){
}
else {
$("#notices_primary .notices").prepend(document._importNode($("li", xml).get(0), true));
counter();
$("#notices_primary .notice:first").css({display:"none"});
$("#notices_primary .notice:first").fadeIn(2500);
NoticeHover();
NoticeReply();
}
counter();
$("#notice_data-text").val("");
}
$("#form_notice").removeClass("processing");