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) {}
|
||||
);
|
||||
).done(function () {
|
||||
location.reload();
|
||||
});
|
||||
});
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue