integrated EVERYTHING!
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user