* Delete mods/login.js (not used)
* More fallbackMenuModule & gotoMenuModule clean up -- should all be using new system now
This commit is contained in:
@@ -37,14 +37,14 @@ function login(callingMenu, formData, extraArgs) {
|
||||
}
|
||||
|
||||
setTimeout(function timeout() {
|
||||
client.fallbackMenuModule();
|
||||
callingMenu.prevMenu();
|
||||
}, 2000);
|
||||
});
|
||||
|
||||
return;
|
||||
} else {
|
||||
// Other error
|
||||
client.fallbackMenuModule();
|
||||
callingMenu.prevMenu();
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user