diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrAdultPrintPopList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrAdultPrintPopList.jsp index a730cf17..eae1d829 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrAdultPrintPopList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrAdultPrintPopList.jsp @@ -219,12 +219,13 @@ $(document).ready(function(){ btnLast.attr('data-focus-next','sub36_pop02'); btnLast.attr('data-focus','sub36_pop02_close'); */ + // 레이어팝업 포커싱 이동 수정 - //$(".tooltip-close").click(function(){ - //var activeTarget = $('[data-tooltip-con="sub37_pop20"]'); - //activeTarget.hide(); - //$('[data-tooltip="sub37_pop20"]:nth-child(2)').focus(); - //}); + /*$(".tooltip-close").click(function(){ + var activeTarget = $('[data-tooltip-con="sub37_pop20"]'); + activeTarget.hide(); + $('[data-tooltip="sub37_pop20"]:nth-child(2)').focus(); + });*/ $(".tooltip-close").click(function(e){ e.stopPropagation(); diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/comm/fileUploadPop.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/comm/fileUploadPop.jsp index 59e699d3..0dadc596 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/comm/fileUploadPop.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/comm/fileUploadPop.jsp @@ -49,10 +49,10 @@ $('[data-tooltip="sub35_pop01"]').focus(); }); */ - //$(".tooltip-close").click(function(){ - //var fileType = '${fileType}'; - //$('#'+fileType).focus(); - //}); + /*$(".tooltip-close").click(function(){ + var fileType = '${fileType}'; + $('#'+fileType).focus(); + });*/ $(".tooltip-close").click(function(e){ e.stopPropagation();