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
path: root/js
diff options
context:
space:
mode:
authorfat <jacobthornton@gmail.com>2013-08-18 03:18:26 +0400
committerfat <jacobthornton@gmail.com>2013-08-18 03:18:26 +0400
commit4696565044de6216e95894986b579bf5efe57af4 (patch)
treebc22def39f1c09939ce099845e490f96c855008a /js
parent63ac9e354fbbf89f40e019656b5f9f3e478a1082 (diff)
fixes #9745
Diffstat (limited to 'js')
-rw-r--r--js/dropdown.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dropdown.js b/js/dropdown.js
index dc9716e2a0..6093f11a87 100644
--- a/js/dropdown.js
+++ b/js/dropdown.js
@@ -52,9 +52,9 @@
$parent
.toggleClass('open')
.trigger('shown.bs.dropdown')
- }
- $this.focus()
+ $this.focus()
+ }
return false
}