From eb6da3acc10cecd4d5ed757a8df60ebe1a9d7374 Mon Sep 17 00:00:00 2001 From: Marco Alexander Fischer Date: Sun, 9 Sep 2018 19:50:42 +0200 Subject: Added bugs :hankey: --- assets/js/preloader.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'assets/js/preloader.js') diff --git a/assets/js/preloader.js b/assets/js/preloader.js index 3d5e8fc..3315fc0 100644 --- a/assets/js/preloader.js +++ b/assets/js/preloader.js @@ -1,6 +1,5 @@ -$(document).ready(function() { +$(window).load(function(){ $("#ud_dots") - .delay(750) .fadeOut(300, function() { $("#ud_bg_left").animate({ left: "-50%" }, 300); $("#ud_bg_right").animate({ right: "-50%" }, 300, function() { -- cgit v1.2.3