Merged in feature/PMCORE-3276 (pull request #8096)

PMCORE-3276

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Rodrigo Quelca
2021-09-03 18:19:08 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -37,6 +37,9 @@
document.getElementById("form[BTNOK]").classList.remove("module_app_button___gray");
document.getElementById("form[BTNOK]").classList.add("button-login-success");
}
if (Intl && Intl.DateTimeFormat) {
document.getElementById("form[BROWSER_TIME_ZONE]").value = Intl.DateTimeFormat().resolvedOptions().timeZone;
}
};
]]>
</JS>