mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
Don't hide the compose error immediately after showing it. Trac #1360.
(imported from commit 45d1bc7f771d553d370fcab837abf70aec4f4c11)
This commit is contained in:
@@ -384,7 +384,6 @@ function send_message() {
|
|||||||
response += ": " + $.parseJSON(xhr.responseText).msg;
|
response += ": " + $.parseJSON(xhr.responseText).msg;
|
||||||
}
|
}
|
||||||
compose_error(response, $('#new_message_content'));
|
compose_error(response, $('#new_message_content'));
|
||||||
send_status.hide();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user