mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 18:56:00 +02:00
* Work on User and loading user from db with authenticate()
* Show login error in login.js experimental stuff
This commit is contained in:
parent
3336caeec9
commit
9219cc74a5
7 changed files with 207 additions and 65 deletions
|
@ -15,7 +15,7 @@ function MenuModule(options) {
|
|||
|
||||
var self = this;
|
||||
this.menuConfig = options.menuConfig;
|
||||
|
||||
this.menuMethods = {};
|
||||
this.viewControllers = [];
|
||||
|
||||
this.initSequence = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue