Skip to content

Commit

Permalink
Modify ending
Browse files Browse the repository at this point in the history
  • Loading branch information
gyusang committed Dec 16, 2024
1 parent f6afdf4 commit ad71bf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Pages/ending.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
}

function handleLikeButtonClick() {
window.history.back();
window.open("", "_self", "");
window.close();
}

document.addEventListener("DOMContentLoaded", () => {
Expand Down

0 comments on commit ad71bf8

Please sign in to comment.