diff --git a/src/main/resources/static/js/login/login.js b/src/main/resources/static/js/login/login.js index 8c0c75ee..56ea2c53 100644 --- a/src/main/resources/static/js/login/login.js +++ b/src/main/resources/static/js/login/login.js @@ -1,8 +1,3 @@ -$(document).on('click', '#userSginModal', function (){ - alert("##"); - $("#userInsertModal").modal('show'); -}) - $(document).on('click', '#dicCodeSearchBtn', function (){ const dicCode = $("#dicCode").val(); if(dicCode!==''){ diff --git a/src/main/resources/templates/login/login.html b/src/main/resources/templates/login/login.html index 908f3d5a..eea115e7 100644 --- a/src/main/resources/templates/login/login.html +++ b/src/main/resources/templates/login/login.html @@ -49,7 +49,7 @@
- 회원가입 + 회원가입
@@ -61,9 +61,8 @@ - - -