From 4e225b6983e1bb411afc9e88a38f4be8848fc5d4 Mon Sep 17 00:00:00 2001 From: flinius Date: Mon, 31 Aug 2015 17:34:00 +0300 Subject: [PATCH] Zoner select bugfix https://basecamp.com/1825620/projects/8819563/messages/47321678 --- includes/shortcodes/shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/shortcodes/shortcodes.php b/includes/shortcodes/shortcodes.php index d41a018..056ef13 100644 --- a/includes/shortcodes/shortcodes.php +++ b/includes/shortcodes/shortcodes.php @@ -12,7 +12,7 @@ function fruitful_init_shortcodes_style() { function fruitful_init_shortcodes_script() { wp_enqueue_script('ffs-easyResponsiveTabs', FRUITFUL_SHORTCODE_URI . 'includes/shortcodes/js/tabs/easyResponsiveTabs.js', array( 'jquery' ), '20142803', true ); wp_enqueue_script('ffs-script', FRUITFUL_SHORTCODE_URI . 'includes/shortcodes/js/fss_script.js', array( 'jquery' ), '20142803', true ); - wp_enqueue_script('ffs-boostrap', FRUITFUL_SHORTCODE_URI . 'includes/shortcodes/bootstrap/js/bootstrap.min.js', array( 'jquery' ), '20142803', true ); + //wp_enqueue_script('ffs-boostrap', FRUITFUL_SHORTCODE_URI . 'includes/shortcodes/bootstrap/js/bootstrap.min.js', array( 'jquery' ), '20142803', true ); } add_action( 'wp_enqueue_scripts', 'fruitful_init_shortcodes_style', 99 );