From 850810de1736ec26f39e700cd87c16209fc15d69 Mon Sep 17 00:00:00 2001 From: raven Date: Wed, 21 Dec 2022 21:30:59 -0500 Subject: [PATCH] removing non needed code --- htdocs/index.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/htdocs/index.html b/htdocs/index.html index 972bfa3..3c711b4 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -55,11 +55,6 @@ } } - function showPop() { - var popup = document.getElementById("myPopup"); - popup.classList.toggle("show"); - } - addEvent(document, "keypress", function (e) { console.log(e)