(function () { var LOGIN_FALLBACK = "https://agat.agatmusic.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 = '
' + 'เข้าระบบ' + "
"; } function boot($) { var loginModal = document.querySelector("#login_modal"); if (!loginModal) return; $(loginModal).on("shown.bs.modal", function () { var loginFormContainer = document.querySelector("#login_form_container"); if (!loginFormContainer) return; var loginForm = loginFormContainer.querySelector("form"); if (!loginForm) { $.ajax({ type: "POST", url: "/Account/GetLoginForm?language=th", data: { hostname: window.location.hostname, }, dataType: "html", timeout: 8000, success: function (response) { if (!response || response.indexOf("