diff --git a/src/main/resources/static/js/admin/userMgt.js b/src/main/resources/static/js/admin/userMgt.js index 16a8ccf..8d67307 100644 --- a/src/main/resources/static/js/admin/userMgt.js +++ b/src/main/resources/static/js/admin/userMgt.js @@ -188,6 +188,7 @@ function getUserInfo(userSeq){ dataType:"html", success: function(html){ $("#userContent").empty().append(html) + $("#userInfoModal").modal('show') }, error:function(){ @@ -204,6 +205,7 @@ function getCategoryRole(userSeq){ dataType:"html", success: function(html){ $("#userContent").empty().append(html) + $("#userInfoModal").modal('show') }, error:function(){ diff --git a/src/main/resources/templates/admin/userMgt.html b/src/main/resources/templates/admin/userMgt.html index 484149a..1fee6d7 100644 --- a/src/main/resources/templates/admin/userMgt.html +++ b/src/main/resources/templates/admin/userMgt.html @@ -16,7 +16,7 @@