From: Anthony Talarico Date: Tue, 5 Jan 2016 19:01:20 +0000 (-0500) Subject: added jquery datepicker script to functions.php X-Git-Tag: v1.0.0^2~143 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6291ea707e36180fd44840fa40ac7ccb9b9bb852;p=WP-Themes%2Fotsego.git added jquery datepicker script to functions.php --- 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()) { }