2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1 -1
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'))
+1 -1
View File
File diff suppressed because one or more lines are too long