From c0eabdda9fd8e97f44117bd4bd77dd1344039024 Mon Sep 17 00:00:00 2001 From: fat Date: Sat, 17 Aug 2013 16:11:05 -0700 Subject: fixes #9543 --- js/dropdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/dropdown.js b/js/dropdown.js index 69bbd802c..dc9716e2a 100644 --- a/js/dropdown.js +++ b/js/dropdown.js @@ -40,7 +40,7 @@ clearMenus() if (!isActive) { - if ('ontouchstart' in document.documentElement) { + if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) { // if mobile we we use a backdrop because click events don't delegate $('