mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Added loading messages to preloader
This commit is contained in:
parent
3ee67927a5
commit
347adf688a
3 changed files with 46 additions and 1 deletions
|
@ -70,6 +70,9 @@ App.prototype.loaded = function() {
|
|||
document.getElementById("loader-wrapper").remove();
|
||||
document.body.classList.remove("loaded");
|
||||
}, 1000);
|
||||
|
||||
// Clear the loading message interval
|
||||
clearInterval(window.loadingMsgInt);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue