mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-19 15:17:43 +01:00
updates for switch language cookies setting.
This commit is contained in:
parent
44c34ffd0e
commit
9615aa72f9
@ -22,7 +22,7 @@
|
||||
if(!language){
|
||||
language = defaultLanguage;
|
||||
}
|
||||
$cookies.put('language', language, {'path': '/ng/'});
|
||||
$cookies.put('language', language, {'path': '/'});
|
||||
$window.location.reload();
|
||||
},
|
||||
'getCurrentLanguage': function() {
|
||||
|
Loading…
Reference in New Issue
Block a user