2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-11 13:53:26 +00:00

Fixed mildly infuriating bug where the preloader rings overlap

This commit is contained in:
n1474335
2017-06-26 21:47:57 +01:00
parent 62ec018bb2
commit df1405e998
2 changed files with 9 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ App.prototype.loaded = function() {
}, 1000);
// Clear the loading message interval
clearInterval(window.loadingMsgInt);
clearInterval(window.loadingMsgsInt);
};