Don't hide the compose error immediately after showing it. Trac #1360.

(imported from commit 45d1bc7f771d553d370fcab837abf70aec4f4c11)
This commit is contained in:
Kevin Mehall 2013-06-12 14:26:36 -04:00
parent e753fd8088
commit a2dc6eb082
1 changed files with 0 additions and 1 deletions

View File

@ -384,7 +384,6 @@ function send_message() {
response += ": " + $.parseJSON(xhr.responseText).msg;
}
compose_error(response, $('#new_message_content'));
send_status.hide();
}
});