This commit is contained in:
Julian Lam
2013-05-17 14:57:15 -04:00
parent 7d648e7abe
commit 24c6d2c458
3 changed files with 3 additions and 3 deletions

View File

@@ -788,7 +788,7 @@
/* APPLY TO STANDARD DROPDOWN ELEMENTS
* =================================== */
$('.dropdown')
$(document)
.on('click.dropdown.data-api', clearMenus)
.on('click.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() })
.on('click.dropdown-menu', function (e) { e.stopPropagation() })