From 6f5c9c6cc59bc6ff94c42bdafdc0e97786db28dc Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 31 Jan 2018 17:51:04 +0530 Subject: [PATCH] 8093 : iPad > All the buttons are working on two taps --- 400-SOURCECODE/AIAHTML5.Web/themes/default/scripts/bootstrap/3.3.5/bootstrap.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/themes/default/scripts/bootstrap/3.3.5/bootstrap.js b/400-SOURCECODE/AIAHTML5.Web/themes/default/scripts/bootstrap/3.3.5/bootstrap.js index 30b701d..0a4fa90 100644 --- a/400-SOURCECODE/AIAHTML5.Web/themes/default/scripts/bootstrap/3.3.5/bootstrap.js +++ b/400-SOURCECODE/AIAHTML5.Web/themes/default/scripts/bootstrap/3.3.5/bootstrap.js @@ -491,7 +491,7 @@ if (typeof jQuery === 'undefined') { var backdrop = '.dropdown-backdrop' var toggle = '[data-toggle="dropdown"]' var Dropdown = function (element) { - $(element).on('click.bs.dropdown', this.toggle) + $(element).on('click.bs.dropdown', this.toggle); } Dropdown.VERSION = '3.3.6' @@ -634,6 +634,7 @@ if (typeof jQuery === 'undefined') { .on('click.bs.dropdown.data-api', clearMenus) .on('click.bs.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() }) .on('click.bs.dropdown.data-api', toggle, Dropdown.prototype.toggle) + .on('touchstart.bs.dropdown.data-api', toggle, Dropdown.prototype.toggle) .on('keydown.bs.dropdown.data-api', toggle, Dropdown.prototype.keydown) .on('keydown.bs.dropdown.data-api', '.dropdown-menu', Dropdown.prototype.keydown) -- libgit2 0.21.4