</div>
</section>
</div>
- <div class="section-container tabs" data-section data-options="deep_linking: true; force_tabs: true">
+ <div class="section-container tabs" data-section data-options="deep_linking: true;">
<section class="section">
<p class="title"><a href="#panel1">Section 1</a></p>
<div class="content" data-slug="panel1">
settings : {
deep_linking: false,
one_up: true,
- force_tabs: false,
callback: function (){}
},
small : function (el) {
var settings = $.extend({}, this.settings, this.data_options(el));
-
- if (settings.force_tabs) {
+ if (el && el.hasClass('tabs')) {
return false;
}
if (el && this.is_accordion(el)) {