PLT-3254 Javascript error and can't login with Spanish Client language (#3298)

Этот коммит содержится в:
enahum
2016-06-09 12:12:32 -03:00
коммит произвёл Joram Wilander
родитель eefde7d7b6
Коммит 6f490b49c2

Просмотреть файл

@@ -104,7 +104,7 @@ class UserStoreClass extends EventEmitter {
this.currentUserId = user.id;
global.window.mm_current_user_id = this.currentUserId;
if (LocalizationStore.getLocale() !== user.locale) {
GlobalActions.newLocalizationSelected(user.locale);
setTimeout(() => GlobalActions.newLocalizationSelected(user.locale), 0);
}
}