From 4ee0215053c0f879aabb7591dcde556e5b09e34c Mon Sep 17 00:00:00 2001 From: JSYOO Date: Wed, 1 Dec 2021 11:36:02 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EA=B4=80=EC=8B=AC=EC=9E=90=EB=A3=8C=20?= =?UTF-8?q?=EC=8D=B8=EB=84=A4=EC=9D=BC=20=EB=A7=88=EC=9A=B0=EC=8A=A4?= =?UTF-8?q?=EC=98=A4=EB=B2=84=EC=8B=9C=20=EB=AA=A8=EC=96=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp b/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp index 42841a72..33f2a8e2 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp @@ -191,7 +191,7 @@ // 출력 $.each(jsonObj.data,function(key,obj) { var t_data = ""; - t_data += "
\"썸네일\""; + t_data += "
\"썸네일\""; t_data += "\"즐겨찾기\"즐겨찾기
"; t_data += "
" if(obj.ableOnline) From e4775e6214b85a2f1c897c1d4668250c29f5071e Mon Sep 17 00:00:00 2001 From: JSYOO Date: Wed, 1 Dec 2021 11:36:26 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp b/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp index 33f2a8e2..e93dff52 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp @@ -279,7 +279,7 @@ t_btn +="
대출예약 가능
"; }else if(obj.ableRentNow == false) { - t_btn +="
대출신청/예약 불가
"; + t_btn +="
대출신청/예약 불가
"; } if(obj.ableReadNow == true) {