0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

make on prev commit

This commit is contained in:
Mark Otto 2013-07-23 21:23:13 -07:00
parent 2447f03758
commit a346ea2a1a
2 changed files with 2 additions and 2 deletions

View File

@ -683,7 +683,7 @@
if (!isActive) {
if ('ontouchstart' in document.documentElement) {
// if mobile we we use a backdrop because click events don't delegate
$('<div class="dropdown-backdrop"/>').insertBefore($(this)).on('click', clearMenus)
$('<div class="dropdown-backdrop"/>').insertAfter($(this)).on('click', clearMenus)
}
$parent.trigger(e = $.Event('show.bs.dropdown'))

File diff suppressed because one or more lines are too long