diff --git a/js/translator.js b/js/translator.js index 3ef18ed9..87612ed9 100644 --- a/js/translator.js +++ b/js/translator.js @@ -34,6 +34,8 @@ var Translator = (function() { self.translations[module.name] = json; callback(); }); + } else { + callback(); } }, /* _loadJSON(file, callback)