Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Fenkart <hnrch02@gmail.com>2017-01-01 05:21:02 +0300
committerHeinrich Fenkart <hnrch02@gmail.com>2017-01-01 05:21:02 +0300
commitdaff021578d3afb9e8da4353038a6a5ad62343e1 (patch)
tree73746e4132214b4293fcc66661ec5469366b4bb5 /js/dist/tab.js
parentc767a00d5d0b0511400fc8bce63edd6fcf589b27 (diff)
grunt
Diffstat (limited to 'js/dist/tab.js')
-rw-r--r--js/dist/tab.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/tab.js b/js/dist/tab.js
index 34cc971873..67828827a0 100644
--- a/js/dist/tab.js
+++ b/js/dist/tab.js
@@ -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',