AI update: תיקון פופ-אפ תשלום — אורלי חן עיצוב שיער. חפש בכל קבצי העמוד (HTML/JS) כל קוד תשלום קיים: iframe לכתובת SmartPay/pay.sma
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
})();
|
||||
Reference in New Issue
Block a user