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