1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 08:34:08 +02:00
This commit is contained in:
Heinrich Fenkart
2017-01-01 03:21:02 +01:00
parent c767a00d5d
commit daff021578
27 changed files with 109 additions and 280 deletions

2
js/dist/tab.js vendored
View File

@@ -45,7 +45,7 @@ var Tab = function ($) {
A: 'a',
LI: 'li',
DROPDOWN: '.dropdown',
LIST: 'ul:not(.dropdown-menu), ol:not(.dropdown-menu)',
LIST: 'ul:not(.dropdown-menu), ol:not(.dropdown-menu), nav:not(.dropdown-menu)',
FADE_CHILD: '> .nav-item .fade, > .fade',
ACTIVE: '.active',
ACTIVE_CHILD: '> .nav-item > .active, > .active',

2
js/dist/tab.js.map vendored

File diff suppressed because one or more lines are too long