adding jquery date picker script to functions.php
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 9 Nov 2015 16:03:27 +0000 (11:03 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 9 Nov 2015 16:03:27 +0000 (11:03 -0500)
functions.php

index 448c423..0a48815 100644 (file)
@@ -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()) {
     }