From f2bb11e0fc24878651d313e8ad835f69cd00013f Mon Sep 17 00:00:00 2001 From: d4tis Date: Mon, 12 Feb 2024 12:59:40 +0000 Subject: [PATCH] Update index.html --- index.html | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index 080923b..25f871a 100644 --- a/index.html +++ b/index.html @@ -85,28 +85,28 @@

      Inflation=Theft

- - - + // Close popup when close button is clicked + document.getElementById('popup-close').addEventListener('click', function(event) { + event.preventDefault(); // Prevent the default behavior of the anchor tag + document.getElementById('qr-popup').style.display = 'none'; + }); + + + +