(function () { var LOGIN_FALLBACK = "https://parenting.rahmiaziza.com/"; function isMobileViewport() { return window.matchMedia && window.matchMedia("(max-width: 991px)").matches; } function whenJQuery(fn) { if (isMobileViewport()) return; if (window.jQuery && window.jQuery.fn) { fn(window.jQuery); return; } var attempts = 0; var timer = setInterval(function () { if (window.jQuery && window.jQuery.fn) { clearInterval(timer); fn(window.jQuery); } else if (++attempts >= 120) { clearInterval(timer); } }, 50); } function showFormFallback(container) { if (!container) return; container.innerHTML = '