projects
/
WP-Themes
/
GreyGables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34036c6
)
Move the app.js to bottom
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 31 Dec 2014 16:53:58 +0000
(11:53 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 31 Dec 2014 16:53:58 +0000
(11:53 -0500)
Add dep for the enqueue script to be jquery.
set for output on the page bottom
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
432c79d
..
f523bd9
100755
(executable)
--- a/
functions.php
+++ b/
functions.php
@@
-78,7
+78,10
@@
function preston_feather_scripts()
wp_enqueue_script('jquery');
wp_enqueue_script(
'dollarsign',
- get_template_directory_uri() . '/js/app.js'
+ get_template_directory_uri() . '/js/app.js',
+ 'jquery',
+ '1.0',
+ true
);
if(is_front_page()) {