mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-30 14:36:19 +02:00
Update message conf list with standardized + custom formats
This commit is contained in:
parent
9f85a01a89
commit
c3bd036509
7 changed files with 101 additions and 104 deletions
|
@ -93,12 +93,6 @@ exports.getModule = class MessageAreaListModule extends MenuModule {
|
|||
};
|
||||
}
|
||||
|
||||
prevMenuOnTimeout(timeout, cb) {
|
||||
setTimeout( () => {
|
||||
return this.prevMenu(cb);
|
||||
}, timeout);
|
||||
}
|
||||
|
||||
// :TODO: these concepts have been replaced with the {someKey} style formatting - update me!
|
||||
updateGeneralAreaInfoViews(areaIndex) {
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue