Fixed language selection problem at initial setup.

This commit is contained in:
Junichi Satoh 2018-10-26 17:34:49 +09:00
parent dba51e07b3
commit 91ed413b0a
1 changed files with 3 additions and 2 deletions

View File

@ -195,8 +195,9 @@ $("#language").click(function () {
{"page": "general/login_required",
"change_language": change_language},
function (data) {}
);
location.reload();
).done(function () {
location.reload();
});
});
////////////////////////////////////////////////////////////////////////