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
e22a73fd
Commit
e22a73fd
authored
10 years ago
by
Bootstrap's Grunt bot
Browse files
Options
Download
Email Patches
Plain Diff
automatic `grunt dist`
parent
fa9d28b6
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
dist/js/bootstrap.js
+2
-0
dist/js/bootstrap.js
dist/js/bootstrap.min.js
+2
-2
dist/js/bootstrap.min.js
docs/dist/js/bootstrap.js
+2
-0
docs/dist/js/bootstrap.js
docs/dist/js/bootstrap.min.js
+2
-2
docs/dist/js/bootstrap.min.js
with
8 additions
and
4 deletions
+8
-4
dist/js/bootstrap.js
+
2
-
0
View file @
e22a73fd
...
@@ -839,6 +839,8 @@ if (typeof jQuery === 'undefined') {
...
@@ -839,6 +839,8 @@ if (typeof jQuery === 'undefined') {
if
(
!
$parent
.
hasClass
(
'
open
'
))
return
if
(
!
$parent
.
hasClass
(
'
open
'
))
return
if
(
e
&&
e
.
type
==
'
click
'
&&
/input|textarea/i
.
test
(
e
.
target
.
tagName
)
&&
$
.
contains
(
$parent
[
0
],
e
.
target
))
return
$parent
.
trigger
(
e
=
$
.
Event
(
'
hide.bs.dropdown
'
,
relatedTarget
))
$parent
.
trigger
(
e
=
$
.
Event
(
'
hide.bs.dropdown
'
,
relatedTarget
))
if
(
e
.
isDefaultPrevented
())
return
if
(
e
.
isDefaultPrevented
())
return
...
...
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.min.js
+
2
-
2
View file @
e22a73fd
This diff is collapsed.
Click to expand it.
docs/dist/js/bootstrap.js
+
2
-
0
View file @
e22a73fd
...
@@ -839,6 +839,8 @@ if (typeof jQuery === 'undefined') {
...
@@ -839,6 +839,8 @@ if (typeof jQuery === 'undefined') {
if
(
!
$parent
.
hasClass
(
'
open
'
))
return
if
(
!
$parent
.
hasClass
(
'
open
'
))
return
if
(
e
&&
e
.
type
==
'
click
'
&&
/input|textarea/i
.
test
(
e
.
target
.
tagName
)
&&
$
.
contains
(
$parent
[
0
],
e
.
target
))
return
$parent
.
trigger
(
e
=
$
.
Event
(
'
hide.bs.dropdown
'
,
relatedTarget
))
$parent
.
trigger
(
e
=
$
.
Event
(
'
hide.bs.dropdown
'
,
relatedTarget
))
if
(
e
.
isDefaultPrevented
())
return
if
(
e
.
isDefaultPrevented
())
return
...
...
This diff is collapsed.
Click to expand it.
docs/dist/js/bootstrap.min.js
+
2
-
2
View file @
e22a73fd
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