integrated EVERYTHING!

This commit is contained in:
StockiP
2022-05-12 18:48:58 +02:00
parent 8e91e4a8f6
commit f1185ade0c
18 changed files with 424 additions and 27 deletions

View File

@@ -27,9 +27,8 @@ async function register(event) {
cache: false,
datatype: 'text',
success: function (response) {
console.log(response);
if (response == 'success') {
window.location.href = '../index.html';
$('#mmlMainContent').load('../components/login.html');
} else {
alert(response);
}