mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
eslint: Enable prefer-arrow-callback.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
960174408f
commit
a79322bc94
@@ -40,7 +40,7 @@ exports.do_settings_change = function (request_method, url, data, status_element
|
||||
url: url,
|
||||
data: data,
|
||||
success: function (reponse_data) {
|
||||
setTimeout(function () {
|
||||
setTimeout(() => {
|
||||
ui_report.success(success_msg, spinner, remove_after);
|
||||
exports.display_checkmark(spinner);
|
||||
}, appear_after);
|
||||
|
||||
Reference in New Issue
Block a user