Skip to content

Commit

Permalink
[UPDATE] Preloader
Browse files Browse the repository at this point in the history
Increased the preloader's delay
  • Loading branch information
Ekpo David committed Jun 6, 2016
1 parent b76cc0b commit f546c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $(document).ready(function(){

$(window).load(function(e){
$("#status").fadeOut("slow");
$("#preloader").delay(500).fadeOut("slow").remove();
$("#preloader").delay(1000).fadeOut("slow").remove();
});

// Initialize Tooltip
Expand Down

0 comments on commit f546c11

Please sign in to comment.