From 9b5d5b427c9a11dbfd4675f8988fd7d58adab83a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 9 Nov 2015 11:03:27 -0500 Subject: [PATCH] adding jquery date picker script to functions.php --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 448c423..0a48815 100644 --- a/functions.php +++ b/functions.php @@ -677,8 +677,8 @@ function glm_site_scripts() '1.0', true ); - /* wp_enqueue_script('jquery-ui-datepicker'); - wp_enqueue_style('jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css'); */ + wp_enqueue_script('jquery-ui-datepicker'); + wp_enqueue_style('jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css'); if(is_front_page()) { } -- 2.17.1