removing non needed code

This commit is contained in:
raven 2022-12-21 21:30:59 -05:00
parent c9fca96392
commit 850810de17
1 changed files with 0 additions and 5 deletions

View File

@ -55,11 +55,6 @@
}
}
function showPop() {
var popup = document.getElementById("myPopup");
popup.classList.toggle("show");
}
addEvent(document, "keypress", function (e) {
console.log(e)