diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-17 19:52:39 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-17 19:52:39 +0000 |
commit | e43a5214b467e1b6d94a56c29142ad7be49ea5d2 (patch) | |
tree | 9285a554cc400ec6493b4cf749bbbfe0192c5bee | |
parent | cb645558a511e0f4a03923a988bda78ceae5ff0d (diff) | |
parent | b22f446df2384c5bd3fa5cf428106ea0a62f1b7d (diff) |
Merge branch '0.7.x' into 0.8.x
-rw-r--r-- | js/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/util.js b/js/util.js index 38d2a9a42..3753bd989 100644 --- a/js/util.js +++ b/js/util.js @@ -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"); |