From 3d12db75d82c27749657ffcdf1b10781c57acdbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Fri, 18 Mar 2022 17:42:06 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9B=90=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/admin/userInfo.jsp | 14 +++++++------- src/main/webapp/js/admin/userinfo.js | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/admin/userInfo.jsp b/src/main/webapp/WEB-INF/jsp/admin/userInfo.jsp index 7711f43..999f6ac 100644 --- a/src/main/webapp/WEB-INF/jsp/admin/userInfo.jsp +++ b/src/main/webapp/WEB-INF/jsp/admin/userInfo.jsp @@ -63,13 +63,13 @@ - - - - - - - + + + + + + + 관리자 diff --git a/src/main/webapp/js/admin/userinfo.js b/src/main/webapp/js/admin/userinfo.js index 3de7d09..7e5e5de 100644 --- a/src/main/webapp/js/admin/userinfo.js +++ b/src/main/webapp/js/admin/userinfo.js @@ -4,7 +4,7 @@ $(function () { }) $(document).on('click', '.userInfoModalBtn', function () { - const userid = $(this.parentNode).attr("data-userid"); + const userid = $(this).attr("data-userid"); $.ajax({ url: '/admin/userInfo/' + userid, type: 'GET',