mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 10:45:56 +02:00
* Start some work on message list fetching
This commit is contained in:
parent
3be271aab5
commit
140990811a
2 changed files with 48 additions and 15 deletions
|
@ -64,6 +64,9 @@ MessageListModule.prototype.mciReady = function(mciData, cb) {
|
|||
};
|
||||
|
||||
vc.loadFromMenuConfig(loadOpts, callback);
|
||||
},
|
||||
function fetchMessagesInArea(callback) {
|
||||
|
||||
}
|
||||
],
|
||||
function complete(err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue