mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 18:56:00 +02:00
* Very very early work on FSE module
This commit is contained in:
parent
f56546cae5
commit
32fdbab88d
7 changed files with 117 additions and 56 deletions
|
@ -158,8 +158,8 @@ function displayThemeArt(options, cb) {
|
|||
font : options.font,
|
||||
};
|
||||
|
||||
art.display(dispOptions, function displayed(err, mciMap) {
|
||||
cb(err, mciMap, artInfo);
|
||||
art.display(dispOptions, function displayed(err, mciMap, extraInfo) {
|
||||
cb(err, { mciMap : mciMap, artInfo : artInfo, extraInfo : extraInfo } );
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue