mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Fixed mildly infuriating bug where the preloader rings overlap
This commit is contained in:
parent
62ec018bb2
commit
df1405e998
2 changed files with 9 additions and 5 deletions
|
@ -73,7 +73,7 @@ App.prototype.loaded = function() {
|
|||
}, 1000);
|
||||
|
||||
// Clear the loading message interval
|
||||
clearInterval(window.loadingMsgInt);
|
||||
clearInterval(window.loadingMsgsInt);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue