added jquery datepicker script to functions.php
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 5 Jan 2016 19:01:20 +0000 (14:01 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 5 Jan 2016 19:01:20 +0000 (14:01 -0500)
functions.php

index 85df76e..03b96e3 100644 (file)
@@ -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()) {
     }