From d555eb1ad58041ba8697fbc1a57d93c216381615 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 24 Aug 2018 11:12:31 -0400 Subject: [PATCH] first release --- functions.php | 1 + style.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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, -- 2.17.1