24/09/11 console.log 삭제

This commit is contained in:
subsub 2024-09-11 15:56:27 +09:00
parent 2929595d35
commit bc89d7ae07

View File

@ -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);
}
});