diff --git a/node_modules/admin-lte/index.html b/node_modules/admin-lte/index.html index 2d20dee..454ef1b 100644 --- a/node_modules/admin-lte/index.html +++ b/node_modules/admin-lte/index.html @@ -1,4 +1,9 @@ <!DOCTYPE html> +<script> + document.addEventListener("DOMContentLoaded", function() { + document.querySelector(".preloader").style.display = "none"; + }); +</script> <html lang="en"> <head> <meta charset="utf-8">