mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +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",
|
||||
"change_language": change_language},
|
||||
function (data) {}
|
||||
);
|
||||
location.reload();
|
||||
).done(function () {
|
||||
location.reload();
|
||||
});
|
||||
});
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user