mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Fix spelling comment js/loader.js
This commit is contained in:
parent
6fd2a6ef34
commit
0de65d9c0f
@ -32,8 +32,8 @@ var Loader = (function() {
|
|||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
// All modules loaded. Load custom.css
|
// All modules loaded. Load custom.css
|
||||||
// This is done after all the moduels so we can
|
// This is done after all the modules so we can
|
||||||
// overwrite all the defined styls.
|
// overwrite all the defined styles.
|
||||||
|
|
||||||
loadFile("css/custom.css", function() {
|
loadFile("css/custom.css", function() {
|
||||||
// custom.css loaded. Start all modules.
|
// custom.css loaded. Start all modules.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user