Update app.js

This commit is contained in:
Justin 2023-02-04 16:24:20 +08:00 committed by GitHub
parent a698caede4
commit 2191fd7dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -949,6 +949,7 @@ resetButton.addEventListener("click", () => {
fetch("/reset", {
method: "GET",
});
document.getElementById('yooo').style.display = "block";
});