mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-07-27 00:21:32 +00:00
make loading animation faster
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
$window.on('load', function() {
|
||||
window.setTimeout(function() {
|
||||
$body.removeClass('is-preload');
|
||||
}, 100);
|
||||
}, 1);
|
||||
});
|
||||
|
||||
// Header.
|
||||
|
Reference in New Issue
Block a user