mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 20:41:46 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user