mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'fix-language-selection-problem' into 'develop'
Fixed language selection problem at initial setup. See merge request artica/pandorafms!1902
This commit is contained in:
commit
3d964364e8
@ -195,8 +195,9 @@ $("#language").click(function () {
|
|||||||
{"page": "general/login_required",
|
{"page": "general/login_required",
|
||||||
"change_language": change_language},
|
"change_language": change_language},
|
||||||
function (data) {}
|
function (data) {}
|
||||||
);
|
).done(function () {
|
||||||
location.reload();
|
location.reload();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user