| Current Path : /home/ereika83/www/wp-content/plugins/bb-plugin/modules/tabs/includes/ |
| Current File : /home/ereika83/www/wp-content/plugins/bb-plugin/modules/tabs/includes/frontend.js.php |
(function($) {
$(function() {
new FLBuilderTabs({
id: '<?php echo $id; ?>',
tabsOnMobile: '<?php echo esc_js( $settings->tabs_on_mobile ); ?>',
activeTab: '<?php echo intval( $settings->active_tab ); ?>',
});
});
})(jQuery);