From 1a9197de86360a2d42463c2abfcafbbc72df8717 Mon Sep 17 00:00:00 2001 From: KNKIM Date: Fri, 12 Nov 2021 18:43:05 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/js/nlib.js | 6 ------ 1 file changed, 6 deletions(-) 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;