Commit 86693806 by Kang Donghun

multilingual support

parent bd0b751c
......@@ -164,6 +164,7 @@ LOGIN.processLogin = function () {
var accountPath = '';
var loginId = '';
var password = '';
var language = I18N.getCurrentLanguage();
loginId = $('#txtAccId').val();
......@@ -178,6 +179,7 @@ LOGIN.processLogin = function () {
loginId: loginId,
password: password,
urlpath: accountPath,
language: language,
};
// 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