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
eece1947
Commit
eece1947
authored
10 years ago
by
Bootstrap's Grunt bot
Browse files
Options
Download
Email Patches
Plain Diff
automatic `grunt dist`
parent
9aad9a41
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
dist/js/bootstrap.js
+6
-2
dist/js/bootstrap.js
dist/js/bootstrap.min.js
+1
-1
dist/js/bootstrap.min.js
docs/dist/js/bootstrap.js
+6
-2
docs/dist/js/bootstrap.js
docs/dist/js/bootstrap.min.js
+1
-1
docs/dist/js/bootstrap.min.js
with
14 additions
and
6 deletions
+14
-6
dist/js/bootstrap.js
+
6
-
2
View file @
eece1947
...
...
@@ -774,7 +774,10 @@ if (typeof jQuery === 'undefined') {
if
(
!
isActive
)
{
if
(
'
ontouchstart
'
in
document
.
documentElement
&&
!
$parent
.
closest
(
'
.navbar-nav
'
).
length
)
{
// if mobile we use a backdrop because click events don't delegate
$
(
'
<div class="dropdown-backdrop"/>
'
).
insertAfter
(
$
(
this
)).
on
(
'
click
'
,
clearMenus
)
$
(
document
.
createElement
(
'
div
'
))
.
addClass
(
'
dropdown-backdrop
'
)
.
insertAfter
(
$
(
this
))
.
on
(
'
click
'
,
clearMenus
)
}
var
relatedTarget
=
{
relatedTarget
:
this
}
...
...
@@ -1092,7 +1095,8 @@ if (typeof jQuery === 'undefined') {
if
(
this
.
isShown
&&
this
.
options
.
backdrop
)
{
var
doAnimate
=
$
.
support
.
transition
&&
animate
this
.
$backdrop
=
$
(
'
<div class="modal-backdrop
'
+
animate
+
'
" />
'
)
this
.
$backdrop
=
$
(
document
.
createElement
(
'
div
'
))
.
addClass
(
'
modal-backdrop
'
+
animate
)
.
appendTo
(
this
.
$body
)
this
.
$element
.
on
(
'
click.dismiss.bs.modal
'
,
$
.
proxy
(
function
(
e
)
{
...
...
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.min.js
+
1
-
1
View file @
eece1947
This diff is collapsed.
Click to expand it.
docs/dist/js/bootstrap.js
+
6
-
2
View file @
eece1947
...
...
@@ -774,7 +774,10 @@ if (typeof jQuery === 'undefined') {
if
(
!
isActive
)
{
if
(
'
ontouchstart
'
in
document
.
documentElement
&&
!
$parent
.
closest
(
'
.navbar-nav
'
).
length
)
{
// if mobile we use a backdrop because click events don't delegate
$
(
'
<div class="dropdown-backdrop"/>
'
).
insertAfter
(
$
(
this
)).
on
(
'
click
'
,
clearMenus
)
$
(
document
.
createElement
(
'
div
'
))
.
addClass
(
'
dropdown-backdrop
'
)
.
insertAfter
(
$
(
this
))
.
on
(
'
click
'
,
clearMenus
)
}
var
relatedTarget
=
{
relatedTarget
:
this
}
...
...
@@ -1092,7 +1095,8 @@ if (typeof jQuery === 'undefined') {
if
(
this
.
isShown
&&
this
.
options
.
backdrop
)
{
var
doAnimate
=
$
.
support
.
transition
&&
animate
this
.
$backdrop
=
$
(
'
<div class="modal-backdrop
'
+
animate
+
'
" />
'
)
this
.
$backdrop
=
$
(
document
.
createElement
(
'
div
'
))
.
addClass
(
'
modal-backdrop
'
+
animate
)
.
appendTo
(
this
.
$body
)
this
.
$element
.
on
(
'
click.dismiss.bs.modal
'
,
$
.
proxy
(
function
(
e
)
{
...
...
This diff is collapsed.
Click to expand it.
docs/dist/js/bootstrap.min.js
+
1
-
1
View file @
eece1947
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