diff options
| author | Mark Otto <[email protected]> | 2013-11-22 22:09:04 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-22 22:09:04 -0500 |
| commit | 98980b0fb2ebc813ac7cdb7b47dafd95c9d35db3 (patch) | |
| tree | 1eb37ecb58bc71628504273161dd0bb11dd4753e /js | |
| parent | 37f3944bd9a1cc2b7cb2dda6f767b708daab5fc1 (diff) | |
| parent | 4c246c0117ea56cb10b91b635ff415ec20d9c97d (diff) | |
| download | bootstrap-98980b0fb2ebc813ac7cdb7b47dafd95c9d35db3.tar.xz bootstrap-98980b0fb2ebc813ac7cdb7b47dafd95c9d35db3.zip | |
Merge branch 'master' into docs_derp
Diffstat (limited to 'js')
| -rw-r--r-- | js/dropdown.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dropdown.js b/js/dropdown.js index d5da638de..ecce5af78 100644 --- a/js/dropdown.js +++ b/js/dropdown.js @@ -41,7 +41,7 @@ if (!isActive) { if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) { - // if mobile we we use a backdrop because click events don't delegate + // if mobile we use a backdrop because click events don't delegate $('<div class="dropdown-backdrop"/>').insertAfter($(this)).on('click', clearMenus) } |
