From d60e425c10736da25d1077370a7fd3d3581454b0 Mon Sep 17 00:00:00 2001 From: thkim Date: Wed, 26 Nov 2025 15:18:01 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=A7=80=EB=8F=84=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=ED=99=94=EB=A9=B4=20=EC=A0=80=EC=9E=A5=20=EC=8B=9C=20toast=20m?= =?UTF-8?q?essage=EA=B0=80=20=EB=82=98=ED=83=80=EB=82=98=EB=8F=84=EB=A1=9D?= =?UTF-8?q?=20=ED=8E=B8=EC=9D=98=EC=84=B1=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/js/map/main/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/js/map/main/map.js b/src/main/webapp/js/map/main/map.js index c767ec49..a2f5bd55 100644 --- a/src/main/webapp/js/map/main/map.js +++ b/src/main/webapp/js/map/main/map.js @@ -77,7 +77,7 @@ function showToast(message) { } else { clearInterval(fadeInInterval); - // 7. 3초 유지 후 제거 시작 + // 7. 6초 유지 후 제거 시작 setTimeout(function() { removeToast(toast); }, 6000);