Quick'n'dirty patch to address touchscreen issues

The code taken from here:

https://github.com/twbs/bootstrap/pull/5067#issuecomment-8604323
This commit is contained in:
KenYN 2014-01-09 15:59:27 +09:00
parent 3bf1961ef6
commit eebd46d662

View file

@ -2022,4 +2022,6 @@
})
}(window.jQuery);
}(window.jQuery);
$('body').on('touchstart.dropdown', '.dropdown-menu', function (e) { e.stopPropagation(); });