mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-26 10:54:03 +08:00
Remove unused owl carousel js
This commit is contained in:
parent
ee50200fe7
commit
6fc2f1ca52
4 changed files with 6 additions and 1566 deletions
|
@ -183,7 +183,6 @@ if ( ! function_exists( 'curver_scripts' ) ) {
|
|||
function curver_scripts() {
|
||||
wp_enqueue_script( 'curver-flexslider', get_template_directory_uri() . '/js/jquery.flexslider.min.js', array( 'jquery' ),'', false );
|
||||
wp_enqueue_script( 'curver-fitvids', get_template_directory_uri() . '/js/jquery.fitvids.js', array( 'jquery' ),'', true );
|
||||
wp_enqueue_script( 'curver-owl-carousel', get_template_directory_uri() . '/js/owl.carousel.min.js', array( 'jquery' ),'', true );
|
||||
wp_enqueue_script( 'curver-jq-sticky-anything', get_template_directory_uri() . '/js/jq-sticky-anything.min.js', array( 'jquery' ),'', true );
|
||||
wp_enqueue_script( 'curver-scripts', get_template_directory_uri() . '/js/scripts.js', array( 'jquery' ),'', true );
|
||||
if ( is_singular() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue