fix
This commit is contained in:
parent
6d7e2192fd
commit
5b76ab14c5
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ pandora.ui.home = function() {
|
||||||
click: function() {
|
click: function() {
|
||||||
var value = "tr"
|
var value = "tr"
|
||||||
pandora.UI.set({locale: value});
|
pandora.UI.set({locale: value});
|
||||||
pandora.setLocale(value, () = {
|
pandora.setLocale(value, () => {
|
||||||
pandora.$ui.appPanel.reload()
|
pandora.$ui.appPanel.reload()
|
||||||
that.fadeOutScreen();
|
that.fadeOutScreen();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue