From bc89d7ae07073474dc19d41bbbdfbf04bbfdccf8 Mon Sep 17 00:00:00 2001 From: subsub Date: Wed, 11 Sep 2024 15:56:27 +0900 Subject: [PATCH] =?UTF-8?q?24/09/11=20console.log=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/js/web/addr/init.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/webapp/js/web/addr/init.js b/src/main/webapp/js/web/addr/init.js index a8030193..b0a785c8 100644 --- a/src/main/webapp/js/web/addr/init.js +++ b/src/main/webapp/js/web/addr/init.js @@ -161,9 +161,7 @@ $(document).ready(function(){ 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 @@ $(document).ready(function(){ 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); } });