Merge branch 'joey-testing' into 'master'

redesigned code

See merge request !115
This commit was merged in pull request #119.
This commit is contained in:
Marijn Jansen
2017-01-25 11:20:15 +01:00
8 changed files with 55 additions and 28 deletions

View File

@@ -4,5 +4,8 @@ function checkLoggedIn() {
} else {
window.location.href = "profile.php";
}
document.getElementById("demo").innerHTML = x;
}
function bannedAlert(){
alert("Your account is banned");
}