From d8638e918f384ce8bed9f63d98f6b45595a138d6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 8 Feb 2017 09:15:23 -0500 Subject: [PATCH] enqueueing date picker --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index cb11c56..e4b32e4 100644 --- a/functions.php +++ b/functions.php @@ -83,6 +83,7 @@ function glm_site_scripts() get_template_directory_uri() . '/js/modernizr/modernizr.min.js' ); wp_enqueue_script('jquery'); + wp_enqueue_script('jquery-ui-datepicker'); wp_enqueue_script( 'glm_foundation', get_template_directory_uri() . '/js/app.js', -- 2.17.1