mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +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").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) {
|
$("#compose_invite_users").on('click', '.compose_invite_link', function (event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user