projects
/
WP-Themes
/
otsego.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5ef345
)
added jquery datepicker script to functions.php
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 5 Jan 2016 19:01:20 +0000
(14:01 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 5 Jan 2016 19:01:20 +0000
(14:01 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
85df76e
..
03b96e3
100644
(file)
--- 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()) {
}