From: Sarven Capadisli Date: Fri, 17 Apr 2009 19:51:20 +0000 (+0000) Subject: Clear notice char counter for direct messages as well. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b22f446df2384c5bd3fa5cf428106ea0a62f1b7d;p=quix0rs-gnu-social.git Clear notice char counter for direct messages as well. --- diff --git a/js/util.js b/js/util.js index 38d2a9a424..3753bd9898 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");