diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-04-18 21:14:31 +0000 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-04-18 21:14:31 +0000 |
commit | 39c0e3a9ef9c0d82eb5fae54d2aa422e281b24a1 (patch) | |
tree | 9344f6e279f0e6920074a66312d3cb404e362432 /js | |
parent | cb645558a511e0f4a03923a988bda78ceae5ff0d (diff) | |
parent | eec323b5b706b84039b3ead6e7ab8d4d6b666f1a (diff) |
fix 0.7.x 0.8.x merge conflict in register.php
Diffstat (limited to 'js')
-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..53e6eb792 100644 --- a/js/util.js +++ b/js/util.js @@ -179,13 +179,13 @@ $(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(); } $("#notice_data-text").val(""); + counter(); } $("#form_notice").removeClass("processing"); $("#notice_action-submit").removeAttr("disabled"); |