Allowing XHR for Inbox/Outbox pages.
This commit is contained in:
parent
06746f3fac
commit
63c52784c7
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user