From 6291ea707e36180fd44840fa40ac7ccb9b9bb852 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 5 Jan 2016 14:01:20 -0500 Subject: [PATCH] added jquery datepicker script to functions.php --- functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions.php b/functions.php index 85df76e..03b96e3 100644 --- a/functions.php +++ b/functions.php @@ -65,6 +65,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'); if(is_front_page()) { } -- 2.17.1