]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #9745
authorfat <jacobthornton@gmail.com>
Sat, 17 Aug 2013 23:18:26 +0000 (16:18 -0700)
committerfat <jacobthornton@gmail.com>
Sat, 17 Aug 2013 23:18:26 +0000 (16:18 -0700)
js/dropdown.js

index dc9716e2a07c6d7ce501ba9d50200bd8f4246bfe..6093f11a87593d4a1d9885bda469d24a3f208b0f 100644 (file)
@@ -52,9 +52,9 @@
       $parent
         .toggleClass('open')
         .trigger('shown.bs.dropdown')
-    }
 
-    $this.focus()
+      $this.focus()
+    }
 
     return false
   }