June 2, 2024

Saints and Feasts of the First Sunday of June

 
Synaxis of the Holy Martyrs and Confessors of 
the Eparchy of Chełm and Podlasie
 

Communities of Conscience
// ========================================== // BOOK POPUP (PART 3B) // ========================================== document.addEventListener("DOMContentLoaded", function () { const popup = document.getElementById("bookPopupOverlay"); const closeButton = document.getElementById("bookPopupClose"); function closePopup() { popup.style.display = "none"; } // Close with X if (closeButton) { closeButton.addEventListener("click", closePopup); } // Close with ESC document.addEventListener("keydown", function (event) { if (event.key === "Escape" && popup.style.display === "flex") { closePopup(); } }); });