diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-17 20:14:06 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-17 20:14:06 +0000 |
commit | 81714c6c31569e35f6b068791870bdfec25d005c (patch) | |
tree | 2dee390881317b52d0696e89f9b3385ad43a71fb | |
parent | b22f446df2384c5bd3fa5cf428106ea0a62f1b7d (diff) |
counter() after val() reset to avoid (weird) bug.
-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 3753bd989..53e6eb792 100644 --- a/js/util.js +++ b/js/util.js @@ -184,8 +184,8 @@ $(document).ready(function(){ NoticeHover(); NoticeReply(); } - counter(); $("#notice_data-text").val(""); + counter(); } $("#form_notice").removeClass("processing"); $("#notice_action-submit").removeAttr("disabled"); |