mirror of https://github.com/abpframework/abp.git
2 changed files with 4 additions and 5 deletions
@ -1,6 +1,5 @@ |
|||
(function ($) { |
|||
//TODO:gterdem There should be an option to set the redirect delay here
|
|||
document.addEventListener("DOMContentLoaded", function (event) { |
|||
setTimeout(function () { |
|||
window.location = $('.redirectButton').attr('href'); |
|||
window.location = document.getElementById("redirectButton").getAttribute("href"); |
|||
}, 3000) |
|||
})(JQuery) |
|||
}); |
|||
|
|||
Loading…
Reference in new issue