|
|
@@ -1,16 +1,6 @@ |
|
|
|
jQuery(function ($) { |
|
|
|
"use strict"; |
|
|
|
|
|
|
|
/* ========================================================================= */ |
|
|
|
/* Page Preloader |
|
|
|
/* ========================================================================= */ |
|
|
|
|
|
|
|
// Preloader js |
|
|
|
$(window).on('load', function () { |
|
|
|
$('#preloader').fadeOut(700); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
/* ========================================================================= */ |
|
|
|
/* Post image slider |
|
|
|
/* ========================================================================= */ |
|
|
@@ -169,6 +159,17 @@ jQuery(function ($) { |
|
|
|
// End Jquery Function |
|
|
|
|
|
|
|
|
|
|
|
/* ========================================================================= */ |
|
|
|
/* Page Preloader |
|
|
|
/* ========================================================================= */ |
|
|
|
|
|
|
|
// Preloader js |
|
|
|
$(window).on('load', function () { |
|
|
|
$('#preloader').fadeOut(700); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* ========================================================================= */ |
|
|
|
/* Animated section |
|
|
|
/* ========================================================================= */ |
|
|
@@ -308,4 +309,4 @@ function initialize() { |
|
|
|
|
|
|
|
// Check init google maps only if "google" has been defined. |
|
|
|
if("google" in window) |
|
|
|
google.maps.event.addDomListener(window, "load", initialize); |
|
|
|
google.maps.event.addDomListener(window, "load", initialize); |