Skip to content

Commit

Permalink
Merge pull request #2 from praneetmehta/patch-1
Browse files Browse the repository at this point in the history
trying to fix preloader not hiding issue
  • Loading branch information
sgmonusg committed Aug 30, 2016
2 parents 62d4073 + 85fdf6e commit 88ab74a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _scripts/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
$(window).load(function() {
//$("#loading").delay(2000).fadeOut(500);
setTimeout(function(){
//$("#loading").delay(2000).fadeOut(500);
$("#loading").fadeOut(1100);
$('body').css({
'overflow': 'auto'
})
});

},3000);

0 comments on commit 88ab74a

Please sign in to comment.