mirror of
https://github.com/mempool/mempool.git
synced 2025-04-11 21:39:20 +02:00
parent
1fc1b4b86e
commit
4d54723472
@ -259,6 +259,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.document.location.href = `${language === 'en' ? '' : '/' + language}/${this.stateService.network}`;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user