mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 18:56:00 +02:00
* Some basic work on connecting modules
This commit is contained in:
parent
810f001901
commit
d1b0663b5d
7 changed files with 109 additions and 17 deletions
|
@ -126,7 +126,7 @@ function displayThemeArt(name, client, cb) {
|
|||
}
|
||||
|
||||
art.display( { art : artInfo.data, client : client, iceColors : iceColors }, function onDisplayed(err, mci) {
|
||||
cb(err, mci);
|
||||
cb(err, mci, artInfo);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue