From: Anthony Talarico Date: Fri, 24 Aug 2018 15:12:31 +0000 (-0400) Subject: first release X-Git-Tag: v1.0.0^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d555eb1ad58041ba8697fbc1a57d93c216381615;p=WP-Themes%2Fsaultstemarie360.git first release --- diff --git a/functions.php b/functions.php index 93ac8f6..4851c92 100644 --- a/functions.php +++ b/functions.php @@ -189,6 +189,7 @@ function accesspress_parallax_scripts() { wp_enqueue_script( 'slick', get_template_directory_uri() . '/js/slick.js', array('jquery'), '1.8.0', true ); wp_enqueue_script( 'accesspress-parallax-custom', get_template_directory_uri() . '/js/custom.js', array('jquery'), '1.0', true ); wp_localize_script( 'accesspress-parallax-custom', 'ap_params', $slider_parameters ); + wp_enqueue_script( 'glm-dev', get_template_directory_uri() . '/assets/js/glm-dev.js', array(), '1.0.0', true ); wp_enqueue_style( 'glm-style', get_template_directory_uri() . '/assets/css/glm-dev.css', false, "1.0.0" ); diff --git a/style.css b/style.css index 623840e..307173a 100644 --- a/style.css +++ b/style.css @@ -18,7 +18,7 @@ AccessPress Parallax is based on Underscores http://underscores.me/, (C) 2012-20 */ /*-------------------------------------------------------------- -1.0 - Reset +1.0.0 - Reset --------------------------------------------------------------*/ html,