projects
/
WP-Themes
/
francejourneys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a4f21f
)
adding jquery ui styles to function.php
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 21 Jun 2016 13:42:52 +0000
(09:42 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 21 Jun 2016 13:42:52 +0000
(09:42 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
c867036
..
17689e9
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-58,7
+58,6
@@
function glm_site_scripts()
get_template_directory_uri() . '/js/modernizr/modernizr.min.js'
);
wp_enqueue_script('jquery');
- wp_enqueue_script('jquery-ui-datepicker');
wp_enqueue_script(
'glm_foundation',
get_template_directory_uri() . '/js/app.js',
@@
-66,6
+65,8
@@
function glm_site_scripts()
'1.0',
true
);
+ 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');
if(is_front_page()) {
}