Skip to content

Commit

Permalink
Merge pull request #160 from 2024FALL-SWPP/fix/ending
Browse files Browse the repository at this point in the history
Modify ending
  • Loading branch information
gyusang authored Dec 16, 2024
2 parents f6afdf4 + ad71bf8 commit b352efa
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 b352efa

Please sign in to comment.