From: Anthony Talarico Date: Wed, 8 Feb 2017 17:57:41 +0000 (-0500) Subject: enqueueing jquery ui smoothness library for datepicker X-Git-Tag: v1.0.0^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5e05a9178f911274b40f96af8fffa3aa2b018a47;p=WP-Themes%2Fcrawfordco.git enqueueing jquery ui smoothness library for datepicker --- diff --git a/functions.php b/functions.php index e4b32e4..93d440c 100644 --- a/functions.php +++ b/functions.php @@ -83,7 +83,11 @@ function glm_site_scripts() get_template_directory_uri() . '/js/modernizr/modernizr.min.js' ); wp_enqueue_script('jquery'); + + $url = "//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.min.css"; + wp_enqueue_style('jquery-ui-smoothness', $url, false, null); wp_enqueue_script('jquery-ui-datepicker'); + wp_enqueue_script( 'glm_foundation', get_template_directory_uri() . '/js/app.js',