From 0d26e752e804bb037d60c6598b4b156da6973d89 Mon Sep 17 00:00:00 2001 From: ccadmingit1 Date: Sat, 22 Aug 2026 10:17:20 +0000 Subject: [PATCH] =?UTF-8?q?AI=20update:=20=D7=91=D7=93=D7=95=D7=A7=20?= =?UTF-8?q?=D7=90=D7=AA=20=D7=A7=D7=95=D7=93=20=D7=94=D7=9E=D7=A7=D7=95?= =?UTF-8?q?=D7=A8=20=D7=94=D7=A0=D7=95=D7=9B=D7=97=D7=99=20=D7=A9=D7=9C=20?= =?UTF-8?q?=D7=94=D7=93=D7=A3=20(HTML/JS)=20=D7=95=D7=97=D7=A4=D7=A9=20?= =?UTF-8?q?=D7=90=D7=AA=20=D7=9B=D7=9C=20=D7=94=D7=9E=D7=95=D7=A4=D7=A2?= =?UTF-8?q?=D7=99=D7=9D=20=D7=A9=D7=9C:=20(=D7=90)=20=D7=A1=D7=A7=D7=A8?= =?UTF-8?q?=D7=99=D7=A4=D7=98=20=D7=94=D7=A4=D7=95=D7=A4-=D7=90=D7=A4=20?= =?UTF-8?q?=D7=94=D7=9E=D7=A9=D7=95=D7=AA=D7=A3=20(script=20src=20=D7=94?= =?UTF-8?q?=D7=9E=D7=9B=D7=99=D7=9C=20/pay/popup.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 21 +++++++++++++++++++-- script.js | 13 +------------ 2 files changed, 20 insertions(+), 14 deletions(-) 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 +})();