Skip to content

Commit

Permalink
Removing dropped tab support - this feature was removed in bootstrap …
Browse files Browse the repository at this point in the history
  • Loading branch information
goodforenergy committed Jul 24, 2014
1 parent f51d06e commit 6d556b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/bootstrap-tabdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@
'<ul class="dropdown-menu"></ul>' +
'</li>').prependTo(this.element);

if (this.element.parent().is('.tabs-below')) {
this.dropdown.addClass('dropup');
}

WinResizer.register($.proxy(this.layout, this));
this.layout();
};
Expand Down

0 comments on commit 6d556b8

Please sign in to comment.