Browse Source

브랜드 로그인 - 로그인 버튼 수정

whakdo963 2 years ago
parent
commit
607c0c1dca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/js/app/config.js

+ 1 - 1
src/main/webapp/js/app/config.js

@@ -413,7 +413,7 @@ var fn_make_user_info = {
413 413
 			var brandNm = (this.get('brandNm')) ? '(' + this.get('brandNm') + ')' : '';
414 414
 			$('#ITP_TXT_MAIN_SHR_BRAND').text(brandNm);
415 415
 		} else {
416
-			$('#ITP_BTN_MAIN_SHR_AFFL').css('display','none');
416
+			$('.itp_sch_brand').css('display','none');
417 417
 			$('#ITP_TXT_MAIN_SHR_BRAND').css('display','none');
418 418
 		}
419 419
 	},