AI update: בדוק את קוד המקור הנוכחי של הדף (HTML/JS) וחפש את כל המופעים של: (א) סקריפט הפופ-אפ המשותף (script src המכיל /pay/popup.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
})();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user