Small fixes

This commit is contained in:
RainLoop Team
2014-10-18 19:19:37 +04:00
parent adb92ba3ef
commit d17f249f45
5 changed files with 18 additions and 11 deletions

View File

@@ -46,6 +46,8 @@
this.determineUserLanguage(!!Settings.settingsGet('DetermineUserLanguage'));
this.determineUserDomain(!!Settings.settingsGet('DetermineUserDomain'));
this.weakPassword(!!Settings.settingsGet('WeakPassword'));
this.capaThemes(Settings.capa(Enums.Capa.Themes));
this.allowLanguagesOnLogin(!!Settings.settingsGet('AllowLanguagesOnLogin'));
this.allowLanguagesOnSettings(!!Settings.settingsGet('AllowLanguagesOnSettings'));