diff --git a/src/main/webapp/js/nlib.js b/src/main/webapp/js/nlib.js index bf42f892..87d762c8 100644 --- a/src/main/webapp/js/nlib.js +++ b/src/main/webapp/js/nlib.js @@ -549,8 +549,6 @@ function gfn_getDetail(masterId) { function gfn_rentItem(masterId) { - alert("대출 " + masterId); - if(fn_isEmpty(masterId)) { alert("자료ID 정보가 없습니다."); return; @@ -576,10 +574,6 @@ function gfn_rentItem(masterId) { function gfn_reserveReadItem(masterId) { - - alert("열람 " + masterId); - - if(fn_isEmpty(masterId)) { alert("자료ID 정보가 없습니다."); return;