Skip to content

Commit

Permalink
modified preloader
Browse files Browse the repository at this point in the history
  • Loading branch information
somrat committed Apr 15, 2020
1 parent 19abdfe commit cf52486
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions assets/js/script.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
jQuery(function ($) {
"use strict";
/* ========================================================================= */
/* Page Preloader
/* ========================================================================= */

/* ========================================================================= */
/* Page Preloader
/* ========================================================================= */
$(window).on('load', function () {
$('.preloader').fadeOut(100);
});

$(window).on('load', function () {
$('.preloader').fadeOut(100);
});
jQuery(function ($) {
"use strict";

/* ========================================================================= */
/* lazy load initialize
Expand Down

0 comments on commit cf52486

Please sign in to comment.