fix video home

This commit is contained in:
Tessier
2020-09-22 19:25:08 +02:00
parent 27dbfb92e0
commit 4776d553d2
5 changed files with 4 additions and 44 deletions
-6
View File
@@ -40,12 +40,6 @@
}
add_action( 'wp_footer', 'rellax' );
function simplePlayer(){
wp_enqueue_script( 'script',
get_template_directory_uri() . '/src/assets/js/simplePlayer.js', array() );
}
add_action( 'wp_footer', 'simplePlayer' );
function customJs(){
wp_enqueue_script( 'script',
get_template_directory_uri() . '/src/assets/js/scripts.js', array() );