aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/js/bootstrap.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-26 01:00:16 -0800
committerMark Otto <[email protected]>2016-11-26 01:00:16 -0800
commit19ab4873ff0d670b909025faf438f92a9e5f3e4e (patch)
tree5b9f1d4843ae4b4a0ed564b6563820ef6b91b71f /docs/dist/js/bootstrap.js
parent25d218b02d0c5110bdbf5f61f315ead25fa0b89e (diff)
downloadbootstrap-19ab4873ff0d670b909025faf438f92a9e5f3e4e.tar.xz
bootstrap-19ab4873ff0d670b909025faf438f92a9e5f3e4e.zip
grunt
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();
}