mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
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 {
|
||||
document.cookie = `lang=${language}; expires=Thu, 18 Dec 2050 12:00:00 UTC; path=/`;
|
||||
} catch (e) { }
|
||||
this.document.location.href = `${language === 'en' ? '' : '/' + language}/${this.stateService.network}`;
|
||||
this.document.location.href = `/${language}/${this.stateService.network}`;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user