Add a version number for the IE11 script

This commit is contained in:
Ben Dwyer 2020-10-05 11:29:49 +01:00
parent 47537bc697
commit 6f96f604ee

View file

@ -390,7 +390,8 @@ function seedlet_scripts() {
wp_register_script( 'css-vars-ponyfill', get_stylesheet_directory_uri() . '/assets/js/css-vars-ponyfill2.js' );
wp_enqueue_script( 'ie11-fix',
get_stylesheet_directory_uri() . '/assets/js/ie11-fix.js',
array( 'css-vars-ponyfill' )
array( 'css-vars-ponyfill' ),
'1.0'
);
}