Skip to content

Commit

Permalink
Remove unnecessary jQuery enqueue.
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey-jack committed Sep 2, 2016
1 parent a62e56e commit 385b3b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions includes/class-maera-styles.php
Expand Up @@ -77,9 +77,6 @@ function scripts() {
wp_register_script( 'fitvids', get_template_directory_uri() . '/assets/js/jquery.fitvids.js',false, null, true );
wp_enqueue_script( 'fitvids' );

// Enqueue jQuery
wp_enqueue_script( 'jquery' );

// If needed, add the comment-reply script.
if ( is_single() && comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );
Expand Down

0 comments on commit 385b3b4

Please sign in to comment.