mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
compose: Close the compose error message box on clicking X.
This commit is contained in:
@@ -794,6 +794,12 @@ exports.initialize = function () {
|
||||
$("#compose-send-status").hide();
|
||||
});
|
||||
|
||||
$("#compose-send-status").on('click', '#compose_not_subscribed_close', function (event) {
|
||||
event.preventDefault();
|
||||
|
||||
$("#compose-send-status").hide();
|
||||
});
|
||||
|
||||
$("#compose_invite_users").on('click', '.compose_invite_link', function (event) {
|
||||
event.preventDefault();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user