mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
eslint: Add and enforce space-in-parens lint rule.
This commit is contained in:
@@ -70,7 +70,8 @@ exports.initialize = function () {
|
||||
},
|
||||
success: function () {
|
||||
$('#submit-invitation').button('reset');
|
||||
invite_status.text(i18n.t('User invited successfully.', {count: (invitee_emails.val().match(/@/g) || [] ).length}))
|
||||
invite_status.text(i18n.t('User invited successfully.',
|
||||
{count: (invitee_emails.val().match(/@/g) || []).length}))
|
||||
.addClass('alert-success')
|
||||
.show();
|
||||
invitee_emails.val('');
|
||||
|
||||
Reference in New Issue
Block a user