2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +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();
}
+2 -2
View File
File diff suppressed because one or more lines are too long
+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();
}
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -483,7 +483,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();
}
+1 -1
View File
File diff suppressed because one or more lines are too long