2025-10-28 10:02 이수증 팝업 수정
This commit is contained in:
parent
385de72471
commit
e7f8ff501c
@ -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';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user