Skip to content

Commit

Permalink
Remove skip-link-focus-fix.js
Browse files Browse the repository at this point in the history
As this fix is only necessary for IE11, it should no longer be necessary in 2024.

_s removed this file in 2020 (Automattic/_s#1424)
  • Loading branch information
krafit committed Mar 31, 2024
1 parent af5052b commit 77f41ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
33 changes: 0 additions & 33 deletions assets/js/skip-link-focus-fix.js

This file was deleted.

1 change: 0 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ function autonomie_enqueue_scripts() {
}

wp_enqueue_script( 'autonomie-navigation', get_template_directory_uri() . '/assets/js/navigation.js', array(), '1.0.0', true );
wp_enqueue_script( 'autonomie-skip-link-focus-fix', get_template_directory_uri() . '/assets/js/skip-link-focus-fix.js', array(), '1.0.0', true );
wp_enqueue_script( 'autonomie-share', get_template_directory_uri() . '/assets/js/share.js', array(), '1.0.0', true );

wp_enqueue_style( 'dashicons' );
Expand Down

0 comments on commit 77f41ad

Please sign in to comment.