1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-07-27 08:31:28 +00:00

make loading animation faster

This commit is contained in:
2019-09-18 21:05:47 -07:00
parent 81b6068608
commit b5fd8356ae

View File

@@ -24,7 +24,7 @@
$window.on('load', function() { $window.on('load', function() {
window.setTimeout(function() { window.setTimeout(function() {
$body.removeClass('is-preload'); $body.removeClass('is-preload');
}, 100); }, 1);
}); });
// Header. // Header.