Skip to content

Commit

Permalink
Fix bug with Preload Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinshenoy committed Mar 7, 2019
1 parent 0b1f153 commit c2bc9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.haml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
};

$(window).on('load', function() {
$('#preload-screen').addClass('animated fadeOut');
$('#preload-screen').addClass('animated fadeOut').delay(1500).addClass('d-none');
});
-# $('.anime').on('scrollSpy:exit', function() {
-# $(this).css({
Expand Down

0 comments on commit c2bc9c4

Please sign in to comment.