Possible fix for occasional inability to change language to English
Fixes #275
This commit is contained in:
parent
2b55ee1e07
commit
627e8e5e9a
@ -263,6 +263,6 @@ export class DashboardComponent implements OnInit {
|
|||||||
try {
|
try {
|
||||||
document.cookie = `lang=${language}; expires=Thu, 18 Dec 2050 12:00:00 UTC; path=/`;
|
document.cookie = `lang=${language}; expires=Thu, 18 Dec 2050 12:00:00 UTC; path=/`;
|
||||||
} catch (e) { }
|
} catch (e) { }
|
||||||
this.document.location.href = `${language === 'en' ? '' : '/' + language}/${this.stateService.network}`;
|
this.document.location.href = `/${language}/${this.stateService.network}`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user