fixed js for login

This commit is contained in:
Joey Lai
2017-01-25 12:55:29 +01:00
parent aa48092d27
commit 30d1ef40f4

View File

@@ -13,6 +13,6 @@ function bannedAlert(){
function emailNotConfirmed(userID){ function emailNotConfirmed(userID){
if (confirm("Your email is not confirmed.\nPress ok to send another confirmation.") == true) { if (confirm("Your email is not confirmed.\nPress ok to send another confirmation.") == true) {
sendConfirmEmail(userID); sendConfirmEmail(userID);
} }
} }