diff --git a/index.html b/index.html index 24acb96..6ad6487 100644 --- a/index.html +++ b/index.html @@ -400,6 +400,23 @@ - + - \ No newline at end of file + diff --git a/script.js b/script.js index 70fa721..cd4dd96 100644 --- a/script.js +++ b/script.js @@ -232,15 +232,4 @@ // Initialize popup initPopup(); - // FAB Button - triggers payment popup from external script - var fabBtn = document.getElementById('fabButton'); - if (fabBtn) { - fabBtn.addEventListener('click', function() { - // The external payment script handles the popup - if (window.openPaymentPopup) { - window.openPaymentPopup(); - } - }); - } - -})(); \ No newline at end of file +})();