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