Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
36ebec5e
Commit
36ebec5e
authored
10 years ago
by
Heinrich Fenkart
Browse files
Options
Download
Email Patches
Plain Diff
grunt
parent
acf3c0bf
4 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
dist/js/bootstrap.js
+2
-3
dist/js/bootstrap.js
dist/js/bootstrap.min.js
+1
-1
dist/js/bootstrap.min.js
docs/assets/js/customize.min.js
+1
-1
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
+1
-1
docs/assets/js/raw-files.min.js
docs/dist/js/bootstrap.js
+2
-3
docs/dist/js/bootstrap.js
docs/dist/js/bootstrap.min.js
+1
-1
docs/dist/js/bootstrap.min.js
with
8 additions
and
10 deletions
+8
-10
dist/js/bootstrap.js
+
2
-
3
View file @
36ebec5e
...
@@ -953,9 +953,6 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
...
@@ -953,9 +953,6 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
this
.
isShown
=
false
this
.
isShown
=
false
this
.
$body
.
removeClass
(
'
modal-open
'
)
this
.
resetScrollbar
()
this
.
escape
()
this
.
escape
()
$
(
document
).
off
(
'
focusin.bs.modal
'
)
$
(
document
).
off
(
'
focusin.bs.modal
'
)
...
@@ -996,6 +993,8 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
...
@@ -996,6 +993,8 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
var
that
=
this
var
that
=
this
this
.
$element
.
hide
()
this
.
$element
.
hide
()
this
.
backdrop
(
function
()
{
this
.
backdrop
(
function
()
{
that
.
$body
.
removeClass
(
'
modal-open
'
)
that
.
resetScrollbar
()
that
.
$element
.
trigger
(
'
hidden.bs.modal
'
)
that
.
$element
.
trigger
(
'
hidden.bs.modal
'
)
})
})
}
}
...
...
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.min.js
+
1
-
1
View file @
36ebec5e
This diff is collapsed.
Click to expand it.
docs/assets/js/customize.min.js
+
1
-
1
View file @
36ebec5e
This diff is collapsed.
Click to expand it.
docs/assets/js/raw-files.min.js
+
1
-
1
View file @
36ebec5e
This diff is collapsed.
Click to expand it.
docs/dist/js/bootstrap.js
+
2
-
3
View file @
36ebec5e
...
@@ -953,9 +953,6 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
...
@@ -953,9 +953,6 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
this
.
isShown
=
false
this
.
isShown
=
false
this
.
$body
.
removeClass
(
'
modal-open
'
)
this
.
resetScrollbar
()
this
.
escape
()
this
.
escape
()
$
(
document
).
off
(
'
focusin.bs.modal
'
)
$
(
document
).
off
(
'
focusin.bs.modal
'
)
...
@@ -996,6 +993,8 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
...
@@ -996,6 +993,8 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
var
that
=
this
var
that
=
this
this
.
$element
.
hide
()
this
.
$element
.
hide
()
this
.
backdrop
(
function
()
{
this
.
backdrop
(
function
()
{
that
.
$body
.
removeClass
(
'
modal-open
'
)
that
.
resetScrollbar
()
that
.
$element
.
trigger
(
'
hidden.bs.modal
'
)
that
.
$element
.
trigger
(
'
hidden.bs.modal
'
)
})
})
}
}
...
...
This diff is collapsed.
Click to expand it.
docs/dist/js/bootstrap.min.js
+
1
-
1
View file @
36ebec5e
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
Menu
Explore
Projects
Groups
Snippets