compose: Close the compose error message box on clicking X.

This commit is contained in:
Balaji2198
2018-04-07 08:23:32 +05:30
committed by Tim Abbott
parent f6d73a7444
commit 47f9e8319c

View File

@@ -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();