projects
/
WP-Themes
/
muerkitchens.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c22cef2
)
add fastclick
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 30 Jan 2015 20:28:43 +0000
(15:28 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 30 Jan 2015 20:28:43 +0000
(15:28 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
a9ff8b3
..
2fd171b
100755
(executable)
--- a/
functions.php
+++ b/
functions.php
@@
-78,6
+78,13
@@
function site_scripts()
get_template_directory_uri() . '/js/modernizr/modernizr.min.js'
);
wp_enqueue_script('jquery');
+ wp_enqueue_script(
+ 'fastclick',
+ get_template_directory_uri() . '/js/fastclick/lib/fastclick.js',
+ 'jquery',
+ '1.0',
+ true
+ );
wp_enqueue_script(
'glm_foundation',
get_template_directory_uri() . '/js/app.js',