diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-23 05:24:13 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-23 05:24:13 -0400 |
commit | 85c7b8df7101185907a43a8d83d54805a8473c2e (patch) | |
tree | 864dc346d82c029a2c5112ff7643b4b9bc17cb02 /js/util.js | |
parent | 2053bdabef929f4a095d91fbdd3fa62646e9f332 (diff) | |
parent | 63c52784c7acc54b0b7b39ff3ca7763774e4ab9a (diff) |
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'js/util.js')
-rw-r--r-- | js/util.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/js/util.js b/js/util.js index 53e6eb792..13036f7ca 100644 --- a/js/util.js +++ b/js/util.js @@ -192,10 +192,8 @@ $(document).ready(function(){ $("#notice_action-submit").removeClass("disabled"); } }; - if (document.body.id != 'inbox' && document.body.id != 'outbox') { - $("#form_notice").ajaxForm(PostNotice); - $("#form_notice").each(addAjaxHidden); - } + $("#form_notice").ajaxForm(PostNotice); + $("#form_notice").each(addAjaxHidden); NoticeHover(); NoticeReply(); }); |