mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-09 06:04:46 +02:00
* More work on menu system and form handling. Lots of work to do!
This commit is contained in:
parent
d6ffa2b26e
commit
3274908586
7 changed files with 54 additions and 11 deletions
|
@ -63,7 +63,6 @@ MenuModule.prototype.enter = function(client) {
|
|||
};
|
||||
|
||||
MenuModule.prototype.leave = function() {
|
||||
|
||||
var count = this.viewControllers.length;
|
||||
for(var i = 0; i < count; ++i) {
|
||||
this.viewControllers[i].detachClientEvents();
|
||||
|
@ -79,9 +78,7 @@ MenuModule.prototype.beforeArt = function() {
|
|||
};
|
||||
|
||||
MenuModule.prototype.mciReady = function(mciMap) {
|
||||
console.log('mciReady')
|
||||
};
|
||||
|
||||
MenuModule.prototype.finishedLoading = function() {
|
||||
console.log('finishedLoading')
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue