From ad71bf82a3da12e881fc5e63b00cb76c3d98ce6e Mon Sep 17 00:00:00 2001 From: Sanggyu Lee <8325289+gyusang@users.noreply.github.com> Date: Tue, 17 Dec 2024 00:15:07 +0900 Subject: [PATCH] Modify ending --- Pages/ending.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pages/ending.html b/Pages/ending.html index 2c48039..832b11a 100644 --- a/Pages/ending.html +++ b/Pages/ending.html @@ -89,7 +89,8 @@ } function handleLikeButtonClick() { - window.history.back(); + window.open("", "_self", ""); + window.close(); } document.addEventListener("DOMContentLoaded", () => {