Hendrik post #126

Merged
11342374 merged 53 commits from hendrik-post into master 2017-01-25 16:20:49 +01:00
Showing only changes of commit 30d1ef40f4 - Show all commits

View File

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