mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +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;
|
||||
callback();
|
||||
});
|
||||
} else {
|
||||
callback();
|
||||
}
|
||||
},
|
||||
/* _loadJSON(file, callback)
|
||||
|
Loading…
x
Reference in New Issue
Block a user