summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-04-17 13:41:34 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-04-17 13:41:34 -0700
commitbd41896f4ae4d5a052244cd2f6b40060da01bd43 (patch)
tree43fce9b4af52aab6ea88965c504fe00e0b879211 /js
parente8382b1292192d4c393f13ad7cd8da1be19211a8 (diff)
parent81714c6c31569e35f6b068791870bdfec25d005c (diff)
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
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..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");