2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00
This commit is contained in:
Mark Otto
2016-11-26 01:00:16 -08:00
parent 25d218b02d
commit 19ab4873ff
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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();
}