Neuer commit
This commit is contained in:
7
OnProfNext.Client/wwwroot/js/init.js
Normal file
7
OnProfNext.Client/wwwroot/js/init.js
Normal file
@@ -0,0 +1,7 @@
|
||||
window.hideLoader = () => {
|
||||
const loader = document.getElementById("loader-overlay");
|
||||
if (loader) {
|
||||
loader.style.opacity = "0";
|
||||
setTimeout(() => loader.remove(), 400);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user