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:
@@ -73,7 +73,7 @@ App.prototype.loaded = function() {
|
||||
}, 1000);
|
||||
|
||||
// Clear the loading message interval
|
||||
clearInterval(window.loadingMsgInt);
|
||||
clearInterval(window.loadingMsgsInt);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user