Skip to content

Commit

Permalink
Remove skip-link-focus-fix.js (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismail-elkorchi authored Jul 27, 2021
1 parent 12a609f commit 2246206
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
36 changes: 0 additions & 36 deletions assets/js/skip-link-focus-fix.js

This file was deleted.

1 change: 0 additions & 1 deletion inc/class-storefront.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ public function scripts() {
$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

wp_enqueue_script( 'storefront-navigation', get_template_directory_uri() . '/assets/js/navigation' . $suffix . '.js', array(), $storefront_version, true );
wp_enqueue_script( 'storefront-skip-link-focus-fix', get_template_directory_uri() . '/assets/js/skip-link-focus-fix' . $suffix . '.js', array(), '20130115', true );

if ( has_nav_menu( 'handheld' ) ) {
$storefront_l10n = array(
Expand Down

0 comments on commit 2246206

Please sign in to comment.