mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
18 lines
379 B
JavaScript
18 lines
379 B
JavaScript
|
/*-----------------------------------------------------------------------------------
|
||
|
|
||
|
Custom JS - All front-end jQuery
|
||
|
|
||
|
-----------------------------------------------------------------------------------*/
|
||
|
|
||
|
|
||
|
jQuery(window).load(function() {
|
||
|
jQuery('.flexslider').flexslider( {
|
||
|
directionNav: true,
|
||
|
controlNav: false,
|
||
|
animationLoop: true
|
||
|
});
|
||
|
});
|
||
|
|
||
|
|
||
|
|