Commit 385251f4 by Kang Donghun

LOGIN.saveLoginInfo関数位置移動

parent 4ceb72e2
......@@ -178,11 +178,11 @@ LOGIN.processLogin = function() {
LOGIN.optionList = data.serviceOptionList;
LOGIN.getServiceOptionList();
if (data.result == 'success') {
LOGIN.saveLoginInfo();
if (ClientData.serviceOpt_abook_check() == 'Y') {
// Save retrieved info
LOGIN.saveLoginInfo();
// set number new push message to 0
ClientData.pushInfo_newMsgNumber(0);
......
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