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';