|
@@ -171,11 +171,11 @@
|
|
|
fnSetAppPush('OFF');
|
|
fnSetAppPush('OFF');
|
|
|
fnSetAdPush('OFF');
|
|
fnSetAdPush('OFF');
|
|
|
appAgreeYn = 'N';
|
|
appAgreeYn = 'N';
|
|
|
|
|
+ $('#btnMkSetting').prop('checked', false);
|
|
|
}
|
|
}
|
|
|
if (isLogin) {
|
|
if (isLogin) {
|
|
|
if (appAgreeYn === 'N') { // 마케팅도 N 처리
|
|
if (appAgreeYn === 'N') { // 마케팅도 N 처리
|
|
|
fnUpdatePush('N', 'N');
|
|
fnUpdatePush('N', 'N');
|
|
|
- $('#btnMkSetting').prop('checked', false);
|
|
|
|
|
} else {
|
|
} else {
|
|
|
fnAppPushAgreeUpdate('Y');
|
|
fnAppPushAgreeUpdate('Y');
|
|
|
}
|
|
}
|