removing non needed code
This commit is contained in:
parent
c9fca96392
commit
850810de17
@ -55,11 +55,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
function showPop() {
|
||||
var popup = document.getElementById("myPopup");
|
||||
popup.classList.toggle("show");
|
||||
}
|
||||
|
||||
addEvent(document, "keypress", function (e) {
|
||||
console.log(e)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user