mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Fix issue with starting of modules.
This commit is contained in:
parent
f28b0316f4
commit
5c1feb2848
@ -140,12 +140,13 @@ var Loader = (function() {
|
||||
Log.log('Scripts loaded for: ' + module.name);
|
||||
mObj.loadStyles(function(){
|
||||
Log.log('Styles loaded for: ' + module.name);
|
||||
|
||||
moduleObjects.push(mObj);
|
||||
callback();
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
moduleObjects.push(mObj);
|
||||
|
||||
};
|
||||
|
||||
/* loadFile(fileName)
|
||||
|
Loading…
x
Reference in New Issue
Block a user