Skip to content
Snippets Groups Projects
Commit 0d485ea5 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

fix send/reply button being disabled again after sending a message

parent 79643383
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,6 @@ $(function () {
complete:function () {
replyMessageBody.removeClass('icon-loading');
replyMessageBody.prop('disabled', false);
replyMessageSend.prop('disabled', false);
replyMessageSend.val(t('mail', 'Reply'));
$('.reply-message-fields #to').prop('disabled', false);
$('.reply-message-fields #cc').prop('disabled', false);
......
......@@ -112,7 +112,6 @@ views.SendMail = Backbone.View.extend({
$('.new-message-attachments-action').css('display', 'inline-block');
$('#mail_new_attachment').prop('disabled', false);
newMessageBody.prop('disabled', false);
newMessageSend.prop('disabled', false);
newMessageSend.val(t('mail', 'Send'));
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment