WordPress/wp-content/themes/twentyseventeen/assets/js
audrasjb 5cf8f0125b Twenty Seventeen: Remove IE specific resources.
This changeset switches the `wp_enqueue_*` functions to `wp_register_*` for IE-related resources, which maintains handles, source references, etc., keeps all 
IE-specific files within the theme package to avoid errors, and requires site admins to opt in to loading them in the theme.

It also replace the content of `html5.js` shiv with a comment (to avoid 404s) and removes IE-specific code in general stylesheets.

Props desrosj, sabernhardt, audrasjb, neychok, oglekler.
See #56699.



Built from https://develop.svn.wordpress.org/trunk@55980


git-svn-id: http://core.svn.wordpress.org/trunk@55492 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-06-22 06:01:25 +00:00
..
customize-controls.js Twenty Seventeen: Remove unused jQuery argument passed to an IIFE that accepts no arguments. 2019-08-31 20:52:56 +00:00
customize-preview.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
global.js External Libraries: Further fix jQuery deprecations in WordPress core. 2021-11-30 17:18:01 +00:00
html5.js Twenty Seventeen: Remove IE specific resources. 2023-06-22 06:01:25 +00:00
jquery.scrollTo.js Twenty Seventeen: Update the scrollTo jQuery plugin. 2022-10-04 01:43:12 +00:00
navigation.js External Libraries: First pass at fixing jQuery deprecations in WordPress core and bundled themes. 2021-01-22 12:32:03 +00:00
skip-link-focus-fix.js