projects
/
WP-Themes
/
staffords.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b964b9
)
adding jquery date picker script to functions.php
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 9 Nov 2015 16:03:27 +0000
(11:03 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 9 Nov 2015 16:03:27 +0000
(11:03 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
448c423
..
0a48815
100644
(file)
--- 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()) {
}