mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
eslint: Enable space-infix-ops rule.
More about rule at https://eslint.org/docs/rules/space-infix-ops
This commit is contained in:
@@ -373,7 +373,7 @@ exports.render_actions_remind_popover = function (element, id) {
|
||||
trigger: "manual",
|
||||
});
|
||||
elt.popover("show");
|
||||
current_flatpickr_instance = $('.remind.custom[data-message-id="'+message.id+'"]').flatpickr({
|
||||
current_flatpickr_instance = $('.remind.custom[data-message-id="' + message.id + '"]').flatpickr({
|
||||
enableTime: true,
|
||||
clickOpens: false,
|
||||
defaultDate: moment().format(),
|
||||
|
||||
Reference in New Issue
Block a user