From 507cb2ee5eb78a722d409e7c614dec54bf13863e Mon Sep 17 00:00:00 2001 From: com02 Date: Tue, 7 Dec 2021 15:57:36 +0900 Subject: [PATCH] =?UTF-8?q?=ED=99=88=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp index 6e22303f..02df0503 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp @@ -19,7 +19,7 @@ $(document).ready(function() { gfn_myAlert(unreadNotiCnt); // 접근성 - $("#searchHeaderButton").focus(function(){ + $("#searchHeaderButton").keydown(function(){ $('.skip-nav').show(); $('.skip-nav a:nth-of-type(1)').focus(); });