2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Added loading messages to preloader

This commit is contained in:
n1474335
2017-05-19 16:23:52 +00:00
parent 3ee67927a5
commit 347adf688a
3 changed files with 46 additions and 1 deletions

View File

@@ -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);
};