Your IP : 216.73.217.154


Current Path : /home/ereika83/public_html/wp-content/plugins/bb-plugin/modules/tabs/includes/
Upload File :
Current File : /home/ereika83/public_html/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);