Explorar el Código

modified preloader

tags/v1.0.0
somrat hace 4 años
padre
commit
cf52486f8b
Se han modificado 1 ficheros con 8 adiciones y 8 borrados
  1. 8
    8
      assets/js/script.js

+ 8
- 8
assets/js/script.js Ver fichero

@@ -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

Cargando…
Cancelar
Guardar