aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/js/bootstrap.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-26 01:04:51 -0800
committerMark Otto <[email protected]>2016-11-26 01:04:51 -0800
commitabbc2b7c93ed36aa5ff4b92ae78cd7d87b758cc7 (patch)
tree0785fc9094a2e3dc8b242109ccca31b3092d768e /docs/dist/js/bootstrap.js
parentd82d04fd6df5b62bf4b0a4cf8a590bbd4a52fdba (diff)
parentbb6c197d9baeb873ad6aeb4af51632c85187d133 (diff)
downloadbootstrap-abbc2b7c93ed36aa5ff4b92ae78cd7d87b758cc7.tar.xz
bootstrap-abbc2b7c93ed36aa5ff4b92ae78cd7d87b758cc7.zip
Merge branch 'v4-dev' into modal-sizes
Diffstat (limited to 'docs/dist/js/bootstrap.js')
-rw-r--r--docs/dist/js/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js
index 67fae25e3..4731cd691 100644
--- a/docs/dist/js/bootstrap.js
+++ b/docs/dist/js/bootstrap.js
@@ -2089,7 +2089,7 @@ var Modal = function ($) {
var config = $(target).data(DATA_KEY) ? 'toggle' : $.extend({}, $(target).data(), $(this).data());
- if (this.tagName === 'A') {
+ if (this.tagName === 'A' || this.tagName === 'AREA') {
event.preventDefault();
}