Browse Source

모바일 슬라이드 메뉴 닫기 적용

juney 2 years ago
parent
commit
83f32afb54
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/main/webapp/mobile/js/config.js

+ 1 - 2
src/main/webapp/mobile/js/config.js

@@ -55,10 +55,9 @@ require([
55 55
 	});
56 56
 
57 57
 	$('#ITP_MOBILE_BTN_SETTING').on('click', function() {
58
-		$('#ITP_MENU').toggle();
59 58
 	});
60 59
 
61
-	$('#ITP_BTN_NAV_CLOSE').on('click', function() {
60
+	$('.ITP_BTN_NAV_CLOSE').on('click', function() {
62 61
 		$('#ITP_MENU').toggle();
63 62
 	});
64 63