정수빈 정수빈 2024-09-11
24/09/11 console.log 삭제
@bc89d7ae07073474dc19d41bbbdfbf04bbfdccf8
src/main/webapp/js/web/addr/init.js
--- src/main/webapp/js/web/addr/init.js
+++ src/main/webapp/js/web/addr/init.js
@@ -161,9 +161,7 @@
 		console.log(titleIndex)
 		if(titleIndex != 0){
 			$('.tableExcel .select_adr_hd>div').eq(titleIndex).css('width', column._column.width);
-			console.log("d")
 		}else{
-			console.log("a")
 			$('.tableExcel .select_adr_hd>div').eq(0).css('width', column._column.width + 40);
 		}
 	});
@@ -186,9 +184,7 @@
 		console.log(titleIndex)
 		if(titleIndex != 0){
 			$('.tableClip .select_adr_hd>div').eq(titleIndex).css('width', column._column.width);
-			console.log("d")
 		}else{
-			console.log("a")
 			$('.tableClip .select_adr_hd>div').eq(0).css('width', column._column.width + 40);
 		}
 	});
Add a comment
List