Reformatted code to match the style guide
Этот коммит содержится в:
@@ -862,8 +862,8 @@ module.exports.isEmailEnabledSynchronous = function() {
|
||||
enabled = !value;
|
||||
},
|
||||
error: function(xhr, status, err) {
|
||||
if (status != 200) {
|
||||
handleError("isEmailEnabled", xhr, status, err);
|
||||
if (status !== '200') {
|
||||
handleError('isEmailEnabled', xhr, status, err);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Ссылка в новой задаче
Block a user