Skip to content

Commit

Permalink
Remove IE11-oriented skip-link-focus: see Automattic/_s#1206
Browse files Browse the repository at this point in the history
  • Loading branch information
kadamwhite committed May 7, 2024
1 parent 1230311 commit 7db3ed9
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 @@ -252,8 +252,6 @@ function interconnection_scripts() {

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

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

wp_enqueue_script( 'interconnection-headroom-js', get_template_directory_uri() . '/js/headroom.min.js', array(), _S_VERSION, true );
wp_enqueue_script( 'interconnection-header', get_template_directory_uri() . '/js/header.js', array(), _S_VERSION, true );

Expand Down
31 changes: 0 additions & 31 deletions js/skip-link-focus-fix.js

This file was deleted.

0 comments on commit 7db3ed9

Please sign in to comment.