Professional Business: Move the block-editor-filters.js file outside of the sass folder
This commit is contained in:
parent
8f89e597fc
commit
96fb1ab036
2 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ function professional_business_block_editor_scripts() {
|
|||
/**
|
||||
* Block Editor Scripts
|
||||
*/
|
||||
wp_enqueue_script( 'professional-business-block-editor-filters', get_theme_file_uri( 'sass/js/block-editor-filters.js' ), array(), '1.0', true );
|
||||
wp_enqueue_script( 'professional-business-block-editor-filters', get_theme_file_uri( 'js/block-editor-filters.js' ), array(), '1.0', true );
|
||||
}
|
||||
add_action( 'enqueue_block_editor_assets', 'professional_business_block_editor_scripts' );
|
||||
|
||||
|
|
Loading…
Reference in a new issue