Cleanup locate time handling

This commit is contained in:
the-djmaze 2022-12-23 12:22:57 +01:00
parent fca7e44aa0
commit b0ed74575f
9 changed files with 58 additions and 71 deletions

View file

@ -69,7 +69,7 @@ export class LoginUserView extends AbstractViewLogin {
language: value => {
this.langRequest(true);
translatorReload(false, value).then(
translatorReload(value).then(
() => {
this.langRequest(false);
this.bSendLanguage = true;