Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
5e89f71a
Commit
5e89f71a
authored
11 years ago
by
fat
Browse files
Options
Download
Email Patches
Plain Diff
fix for
#8768
parent
ab700d75
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Gruntfile.js
+0
-1
Gruntfile.js
dist/js/bootstrap.js
+1
-1
dist/js/bootstrap.js
dist/js/bootstrap.min.js
+1
-1
dist/js/bootstrap.min.js
js/modal.js
+1
-1
js/modal.js
with
3 additions
and
4 deletions
+3
-4
Gruntfile.js
+
0
-
1
View file @
5e89f71a
...
@@ -145,7 +145,6 @@ module.exports = function(grunt) {
...
@@ -145,7 +145,6 @@ module.exports = function(grunt) {
grunt
.
loadNpmTasks
(
'
grunt-recess
'
);
grunt
.
loadNpmTasks
(
'
grunt-recess
'
);
grunt
.
loadNpmTasks
(
'
browserstack-runner
'
);
grunt
.
loadNpmTasks
(
'
browserstack-runner
'
);
// Docs HTML validation task
// Docs HTML validation task
grunt
.
registerTask
(
'
validate-docs
'
,
[
'
jekyll
'
,
'
validation
'
]);
grunt
.
registerTask
(
'
validate-docs
'
,
[
'
jekyll
'
,
'
validation
'
]);
...
...
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.js
+
1
-
1
View file @
5e89f71a
...
@@ -1064,7 +1064,7 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
...
@@ -1064,7 +1064,7 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
})
})
$
(
document
)
$
(
document
)
.
on
(
'
show
n
.bs.modal
'
,
'
.modal
'
,
function
()
{
$
(
document
.
body
).
addClass
(
'
modal-open
'
)
})
.
on
(
'
show.bs.modal
'
,
'
.modal
'
,
function
()
{
$
(
document
.
body
).
addClass
(
'
modal-open
'
)
})
.
on
(
'
hidden.bs.modal
'
,
'
.modal
'
,
function
()
{
$
(
document
.
body
).
removeClass
(
'
modal-open
'
)
})
.
on
(
'
hidden.bs.modal
'
,
'
.modal
'
,
function
()
{
$
(
document
.
body
).
removeClass
(
'
modal-open
'
)
})
}(
window
.
jQuery
);
}(
window
.
jQuery
);
...
...
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.min.js
+
1
-
1
View file @
5e89f71a
This diff is collapsed.
Click to expand it.
js/modal.js
+
1
-
1
View file @
5e89f71a
...
@@ -238,7 +238,7 @@
...
@@ -238,7 +238,7 @@
})
})
$
(
document
)
$
(
document
)
.
on
(
'
show
n
.bs.modal
'
,
'
.modal
'
,
function
()
{
$
(
document
.
body
).
addClass
(
'
modal-open
'
)
})
.
on
(
'
show.bs.modal
'
,
'
.modal
'
,
function
()
{
$
(
document
.
body
).
addClass
(
'
modal-open
'
)
})
.
on
(
'
hidden.bs.modal
'
,
'
.modal
'
,
function
()
{
$
(
document
.
body
).
removeClass
(
'
modal-open
'
)
})
.
on
(
'
hidden.bs.modal
'
,
'
.modal
'
,
function
()
{
$
(
document
.
body
).
removeClass
(
'
modal-open
'
)
})
}(
window
.
jQuery
);
}(
window
.
jQuery
);
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment