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

View File

@ -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();
});
}); });
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////