From 7f954a73d7046c39718e9071738d80b4c1c13baa Mon Sep 17 00:00:00 2001 From: TaehunPark Date: Wed, 25 Jan 2023 15:23:01 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=ED=9A=8C=EC=9B=90=EA=B0=80=EC=9E=85?= =?UTF-8?q?=20=EB=AA=A8=EB=8B=AC=EC=B0=BD=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/js/login/login.js | 5 ----- src/main/resources/templates/login/login.html | 10 +++++----- 2 files changed, 5 insertions(+), 10 deletions(-) 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 @@ - - -