This commit is contained in:
j 2023-08-12 16:31:33 +02:00
parent 6d7e2192fd
commit 5b76ab14c5

View file

@ -218,7 +218,7 @@ pandora.ui.home = function() {
click: function() {
var value = "tr"
pandora.UI.set({locale: value});
pandora.setLocale(value, () = {
pandora.setLocale(value, () => {
pandora.$ui.appPanel.reload()
that.fadeOutScreen();
};