AI update: בדוק את קוד המקור הנוכחי של הדף (HTML/JS) וחפש את כל המופעים של: (א) סקריפט הפופ-אפ המשותף (script src המכיל /pay/popup.

This commit is contained in:
2026-08-22 10:17:20 +00:00
parent 81df36bbbb
commit 0d26e752e8
2 changed files with 20 additions and 14 deletions
+1 -12
View File
@@ -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();
}
});
}
})();
})();