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" ) { diff --git a/index.html b/index.html index 42fe432..92841ff 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ @@ -256,7 +256,7 @@ button.addEventListener("click", function() { // 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") { + if (trigger === "cover-page" || trigger === "navbar") { popup.style.display = "block"; overlay.style.display = "block"; }