Skip to content

Commit

Permalink
Remove the skip link focus fix (#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismail-elkorchi authored May 7, 2020
1 parent cf4410c commit 301248d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
2 changes: 0 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ function _s_scripts() {

wp_enqueue_script( '_s-navigation', get_template_directory_uri() . '/js/navigation.js', array(), _S_VERSION, true );

wp_enqueue_script( '_s-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), _S_VERSION, true );

if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );
}
Expand Down
31 changes: 0 additions & 31 deletions js/skip-link-focus-fix.js

This file was deleted.

0 comments on commit 301248d

Please sign in to comment.