compose: Remove remaining instances of compose-send-status.

All banners that used to be rendered here are now in #compose_banners.
This commit is contained in:
evykassirer
2022-11-07 19:04:09 -08:00
committed by Tim Abbott
parent d23b0a1f08
commit 0d373e574b
9 changed files with 0 additions and 66 deletions

View File

@@ -194,7 +194,6 @@ export function clear_compose_box() {
compose_validate.clear_topic_resolved_warning();
$("#compose-textarea").removeData("draft-id");
compose_ui.autosize_textarea($("#compose-textarea"));
$("#compose-send-status").hide(0);
compose_banner.clear_errors();
compose_banner.clear_warnings();
compose_ui.hide_compose_spinner();