honeypot/assets/js/pages/dashboard.js

5 lines
No EOL
201 B
JavaScript

// Clear all content and display the loading spinner for now. I want to add more stuff here later!
setTimeout(() => {
VV.shell.innerHTML = "";
VV.shell.setAttribute("vv-loading", true);
}, VV.delay);