mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-20 00:29:34 +05:30
v4.2.7
This commit is contained in:
7
htdocs/assets/js/_preloader.js
Normal file
7
htdocs/assets/js/_preloader.js
Normal file
@@ -0,0 +1,7 @@
|
||||
window.addEventListener("load", function() {
|
||||
setTimeout(() => {
|
||||
document.querySelector(".preloader").classList.add("hidden");
|
||||
document.documentElement.style.overflow = "auto";
|
||||
document.body.style.overflow = "auto";
|
||||
}, 3500);
|
||||
});
|
||||
Reference in New Issue
Block a user