From 81df36bbbb8b84ba174895a4847446e341e8799f Mon Sep 17 00:00:00 2001 From: ccadmingit1 Date: Thu, 20 Aug 2026 22:16:01 +0000 Subject: [PATCH] =?UTF-8?q?AI=20update:=20=D7=AA=D7=99=D7=A7=D7=95=D7=9F?= =?UTF-8?q?=20=D7=A4=D7=95=D7=A4-=D7=90=D7=A4=20=D7=AA=D7=A9=D7=9C=D7=95?= =?UTF-8?q?=D7=9D=20=E2=80=94=20=D7=90=D7=95=D7=A8=D7=9C=D7=99=20=D7=97?= =?UTF-8?q?=D7=9F=20=D7=A2=D7=99=D7=A6=D7=95=D7=91=20=D7=A9=D7=99=D7=A2?= =?UTF-8?q?=D7=A8.=20=D7=97=D7=A4=D7=A9=20=D7=91=D7=9B=D7=9C=20=D7=A7?= =?UTF-8?q?=D7=91=D7=A6=D7=99=20=D7=94=D7=A2=D7=9E=D7=95=D7=93=20(HTML/JS)?= =?UTF-8?q?=20=D7=9B=D7=9C=20=D7=A7=D7=95=D7=93=20=D7=AA=D7=A9=D7=9C=D7=95?= =?UTF-8?q?=D7=9D=20=D7=A7=D7=99=D7=99=D7=9D:=20iframe=20=D7=9C=D7=9B?= =?UTF-8?q?=D7=AA=D7=95=D7=91=D7=AA=20SmartPay/pay.sma?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 398 +---------------------------------------------------- script.js | 11 ++ 2 files changed, 14 insertions(+), 395 deletions(-) diff --git a/index.html b/index.html index 259bdcb..24acb96 100644 --- a/index.html +++ b/index.html @@ -321,7 +321,7 @@ - +
- - - - + \ No newline at end of file diff --git a/script.js b/script.js index c382f46..70fa721 100644 --- a/script.js +++ b/script.js @@ -232,4 +232,15 @@ // 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