document.addEventListener("DOMContentLoaded", function () {
var url = window.location.href;
if (url.indexOf("/1111124499") > -1) {
var modal = document.getElementById("modal-leave");
if (modal) {
setTimeout(function () {
modal.style.display = "block";
}, 15000);
}
}
if (url.indexOf("/1122294527") > -1) {
var modal = document.getElementById("modal-leave-male");
if (modal) {
setTimeout(function () {
modal.style.display = "block";
}, 15000);
}
}
});