mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Fix for #222
This commit is contained in:
parent
ae86090a03
commit
52a9caa96e
@ -34,6 +34,8 @@ var Translator = (function() {
|
|||||||
self.translations[module.name] = json;
|
self.translations[module.name] = json;
|
||||||
callback();
|
callback();
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
callback();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/* _loadJSON(file, callback)
|
/* _loadJSON(file, callback)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user