summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-04-17 19:51:20 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-04-17 19:51:20 +0000
commitb22f446df2384c5bd3fa5cf428106ea0a62f1b7d (patch)
tree89619f34de3ddd383869314f32331c58d2fdb8c9 /js
parent2873940265611d6556eaee7a01dd53587d7ef446 (diff)
Clear notice char counter for direct messages as well.
Diffstat (limited to 'js')
-rw-r--r--js/util.js2
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");