mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Fix for #222
This commit is contained in:
@@ -34,6 +34,8 @@ var Translator = (function() {
|
||||
self.translations[module.name] = json;
|
||||
callback();
|
||||
});
|
||||
} else {
|
||||
callback();
|
||||
}
|
||||
},
|
||||
/* _loadJSON(file, callback)
|
||||
|
Reference in New Issue
Block a user