Commit 395d0781 by Takumi Imai

Merge branch 'feature/1.0_check_web_dev_kdh_2' into 'feature/1.0_check_web_dev'

multilingual support

See merge request !88
parents bd0b751c 86693806
...@@ -164,6 +164,7 @@ LOGIN.processLogin = function () { ...@@ -164,6 +164,7 @@ LOGIN.processLogin = function () {
var accountPath = ''; var accountPath = '';
var loginId = ''; var loginId = '';
var password = ''; var password = '';
var language = I18N.getCurrentLanguage();
loginId = $('#txtAccId').val(); loginId = $('#txtAccId').val();
...@@ -178,6 +179,7 @@ LOGIN.processLogin = function () { ...@@ -178,6 +179,7 @@ LOGIN.processLogin = function () {
loginId: loginId, loginId: loginId,
password: password, password: password,
urlpath: accountPath, urlpath: accountPath,
language: language,
}; };
// Set sid for login, this will be checked authoring 2 sessions // Set sid for login, this will be checked authoring 2 sessions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment