My Favorites.

Please log in to view your favorites.

document.addEventListener("DOMContentLoaded", function () { // Check if user is logged in if (!document.body.classList.contains("logged-in")) { document.body.addEventListener("click", function (e) { // Target any favorite button const favBtn = e.target.closest(".simplefavorite-button"); if (favBtn) { e.preventDefault(); // Cancel AJAX action window.location.href = "https://marocproestate.com/login/"; } }); } }); }); } });