Coutoire: Rename fixed header spacing script
This commit is contained in:
parent
002f69684b
commit
f3dbe4162f
2 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ function coutoire_scripts() {
|
|||
wp_style_add_data( 'coutoire-style', 'rtl', 'replace' );
|
||||
|
||||
// enqueue header spacing JS
|
||||
wp_enqueue_script('coutoire-header-spacing', get_stylesheet_directory_uri() . '/js/header-spacing.js', array(), wp_get_theme()->get( 'Version' ), true);
|
||||
wp_enqueue_script('coutoire-fixed-header-spacing', get_stylesheet_directory_uri() . '/js/fixed-header-spacing.js', array(), wp_get_theme()->get( 'Version' ), true );
|
||||
|
||||
}
|
||||
add_action( 'wp_enqueue_scripts', 'coutoire_scripts', 99 );
|
||||
|
|
Loading…
Reference in a new issue