Code refactoring (v2)

This commit is contained in:
RainLoop Team 2016-06-17 02:23:49 +03:00
parent 90d95d3ca4
commit 80ab02363e
29 changed files with 858 additions and 857 deletions

View file

@ -469,11 +469,12 @@
}
_.delay(function () {
LanguageStore.language.subscribe(function (sValue) {
self.langRequest(true);
Translator.reload(false, sValue, function() {
Translator.reload(false, sValue).then(function() {
self.langRequest(false);
self.bSendLanguage = true;
}, function() {
@ -481,6 +482,7 @@
});
});
}, 50);
Utils.triggerAutocompleteInputChange(true);