Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
5e89f71a
Commit
5e89f71a
authored
Aug 17, 2013
by
fat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for #8768
parent
ab700d75
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
+3
-4
Gruntfile.js
Gruntfile.js
+0
-1
dist/js/bootstrap.js
dist/js/bootstrap.js
+1
-1
dist/js/bootstrap.min.js
dist/js/bootstrap.min.js
+1
-1
js/modal.js
js/modal.js
+1
-1
No files found.
Gruntfile.js
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
'
]);
...
...
dist/js/bootstrap.js
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
);
...
...
dist/js/bootstrap.min.js
View file @
5e89f71a
This diff is collapsed.
Click to expand it.
js/modal.js
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
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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