Fixed language selection problem at initial setup.
This commit is contained in:
parent
dba51e07b3
commit
91ed413b0a
|
@ -195,8 +195,9 @@ $("#language").click(function () {
|
|||
{"page": "general/login_required",
|
||||
"change_language": change_language},
|
||||
function (data) {}
|
||||
);
|
||||
location.reload();
|
||||
).done(function () {
|
||||
location.reload();
|
||||
});
|
||||
});
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue