jfa.page = (function () { function _getAlertContainer() { return document.getElementById("ContainerAlert"); } function _getAlertTemplate() { return document.getElementById("AlertTemplate").cloneNode(true); } function _getAntiForgeryToken() { return window.top.document.querySelector("[name='__RequestVerificationToken']")?.value; } function reload() { window.location.reload(); } return { getAlertContainer: _getAlertContainer, getAlertTemplate: _getAlertTemplate, getAntiForgeryToken: _getAntiForgeryToken, reload: reload }; })();