mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 10:45:56 +02:00
* Skeleton for user configuration
This commit is contained in:
parent
15d844262d
commit
ea8061ae85
4 changed files with 49 additions and 5 deletions
|
@ -110,7 +110,7 @@ MessageListModule.prototype.mciReady = function(mciData, cb) {
|
|||
async.series(
|
||||
[
|
||||
function callParentMciReady(callback) {
|
||||
MessageListModule.super_.prototype.mciReady.call(this, mciData, callback);
|
||||
MessageListModule.super_.prototype.mciReady.call(self, mciData, callback);
|
||||
},
|
||||
function loadFromConfig(callback) {
|
||||
var loadOpts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue