From 29ff44d3113806aad002bfea17a24e97005cd0c4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 16 Jun 2015 09:06:51 -0700 Subject: grunt --- docs/dist/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dist/js/bootstrap.js') diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index 174daa918..2b9553aaf 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -854,7 +854,7 @@ if (typeof jQuery === 'undefined') { } var desc = ' li:not(.disabled):visible a' - var $items = $parent.find('[role="menu"]' + desc + ', [role="listbox"]' + desc) + var $items = $parent.find('.dropdown-menu' + desc) if (!$items.length) return -- cgit v1.2.3