Skip to content

Commit

Permalink
Merge pull request #86 from INN/39-site-header
Browse files Browse the repository at this point in the history
Use `largo-modernizr` as dependency for `citylimits-navigation`
  • Loading branch information
Josh Darby authored Nov 1, 2019
2 parents df7ae1a + 953efee commit 961791d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/themes/citylimits/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ function register_citylimits_menu_locations() {
*/
function citylimits_enqueue_styles(){
wp_enqueue_style( 'dashicons' );
wp_enqueue_script( 'citylimits-navigation', get_stylesheet_directory_uri() . '/js/navigation.js', array( 'jquery' ), '1.0', true );
wp_enqueue_script( 'citylimits-navigation', get_stylesheet_directory_uri() . '/js/navigation.js', array( 'jquery', 'largo-modernizr' ), '1.0', true );
}
add_action( 'wp_enqueue_scripts', 'citylimits_enqueue_styles' );

Expand Down

0 comments on commit 961791d

Please sign in to comment.