mirror of
https://ghproxy.net/https://github.com/AlxMedia/boxstyle.git
synced 2025-08-26 16:44:24 +08:00
Remove unused owl carousel js
This commit is contained in:
parent
f20e851273
commit
6e32321f58
4 changed files with 6 additions and 1566 deletions
|
@ -183,7 +183,6 @@ if ( ! function_exists( 'boxstyle_scripts' ) ) {
|
|||
function boxstyle_scripts() {
|
||||
wp_enqueue_script( 'boxstyle-flexslider', get_template_directory_uri() . '/js/jquery.flexslider.min.js', array( 'jquery' ),'', false );
|
||||
wp_enqueue_script( 'boxstyle-fitvids', get_template_directory_uri() . '/js/jquery.fitvids.js', array( 'jquery' ),'', true );
|
||||
wp_enqueue_script( 'boxstyle-owl-carousel', get_template_directory_uri() . '/js/owl.carousel.min.js', array( 'jquery' ),'', true );
|
||||
wp_enqueue_script( 'boxstyle-jq-sticky-anything', get_template_directory_uri() . '/js/jq-sticky-anything.min.js', array( 'jquery' ),'', true );
|
||||
wp_enqueue_script( 'boxstyle-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