Browse Source

Coutoire: Rename fixed header spacing script

Allan Cole 6 years ago
parent
commit
f3dbe4162f
2 changed files with 1 additions and 1 deletions
  1. 1 1
      coutoire/functions.php
  2. 0 0
      coutoire/js/fixed-header-spacing.js

+ 1 - 1
coutoire/functions.php

@@ -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 );

+ 0 - 0
coutoire/js/header-spacing.js → coutoire/js/fixed-header-spacing.js