From bbd96ff4d78ae0962a5ccc293b49a58ebc8664b2 Mon Sep 17 00:00:00 2001 From: dexterousdhruv Date: Wed, 9 Oct 2024 15:19:23 +0530 Subject: [PATCH] Removed popup when Donate is clicked, from About.html --- about.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/about.html b/about.html index 6bf6b6a..0e7c3d0 100644 --- a/about.html +++ b/about.html @@ -54,8 +54,7 @@ DONATEDONATE ABOUT US CONTACT US @@ -270,7 +269,6 @@ // Determine which button was clicked and show the popup accordingly const trigger = button.getAttribute("data-popup-trigger"); if ( - trigger === "donate" || trigger === "cover-page" || trigger === "navbar" ) {