Commit 63246987 authored by Дмитрий Никулин's avatar Дмитрий Никулин Committed by Vitaly Lipatov

Simplify frontend code

parent a968dec4
...@@ -267,20 +267,9 @@ ...@@ -267,20 +267,9 @@
return; return;
} }
if (status === STATUS_NONE) { checkEmailFull(email, function (result) {
checkEmailFull(email, function (result) { callback(result);
callback(result); });
});
return;
}
if (status !== STATUS_SUCCESS) {
showSameNotice();
callback(false);
return;
}
callback(true);
}; };
emailInput.blur(function () { emailInput.blur(function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment