Skip to content

Commit

Permalink
Fixed what-input path, again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Englert committed Dec 27, 2016
1 parent 46120a5 commit fa2a7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/functions/enqueue-scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function site_scripts() {
global $wp_styles; // Call global $wp_styles variable to add conditional wrapper around ie stylesheet the WordPress way

// Load What-Input files in footer
wp_enqueue_script( 'what-input', get_template_directory_uri() . '/vendor/dist/what-input/what-input.min.js', array(), '', true );
wp_enqueue_script( 'what-input', get_template_directory_uri() . '/vendor/what-input/dist/what-input.min.js', array(), '', true );

// Adding Foundation scripts file in the footer
wp_enqueue_script( 'foundation-js', get_template_directory_uri() . '/assets/js/foundation.js', array( 'jquery' ), '6.2.3', true );
Expand Down

0 comments on commit fa2a7b0

Please sign in to comment.