Fix bug that when window close will make ajax fail and cause cookies set to wrong state

This commit is contained in:
Wu Cheng-Han 2016-09-18 16:42:59 +08:00
parent 23008bc1e1
commit c2f0943b49

View file

@ -83,7 +83,6 @@ function checkIfAuth(yesCallback, noCallback) {
})
.fail(function () {
noCallback();
setLoginState(false);
})
.always(function () {
checkAuth = true;