From e7f8ff501c269be4226f2a839c2e0e64b8b70057 Mon Sep 17 00:00:00 2001 From: myname Date: Tue, 28 Oct 2025 10:02:39 +0900 Subject: [PATCH] =?UTF-8?q?2025-10-28=2010:02=20=EC=9D=B4=EC=88=98?= =?UTF-8?q?=EC=A6=9D=20=ED=8C=9D=EC=97=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../exprnClsrmInfo/popup/certPopList.jsp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/certPopList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/certPopList.jsp index ffc0b3f0..e53a7439 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/certPopList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/certPopList.jsp @@ -332,19 +332,6 @@ function downloadPDF() { }); } -function makePDFPrint() { - var initBody; - window.onbeforeprint = function(){ - initBody = document.body.innerHTML; - document.body.innerHTML = document.getElementById('popup_cont').innerHTML; - }; - window.onafterprint = function(){ - document.body.innerHTML = initBody; - }; - window.print(); - return false; -} - async function savePDF() { document.getElementById('est_btn_wrap').style.display = 'none';