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
a4b31d39
Commit
a4b31d39
authored
12 years ago
by
fat
Browse files
Options
Download
Email Patches
Plain Diff
don't hide if already hidden ya n00b
parent
a866a51a
1 merge request
!6821
Typeahead updater
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/assets/js/bootstrap-collapse.js
+1
-1
docs/assets/js/bootstrap-collapse.js
docs/assets/js/bootstrap.js
+1
-1
docs/assets/js/bootstrap.js
docs/assets/js/bootstrap.min.js
+1
-1
docs/assets/js/bootstrap.min.js
js/bootstrap-collapse.js
+1
-1
js/bootstrap-collapse.js
with
4 additions
and
4 deletions
+4
-4
docs/assets/js/bootstrap-collapse.js
+
1
-
1
View file @
a4b31d39
...
...
@@ -72,7 +72,7 @@
,
hide
:
function
()
{
var
dimension
if
(
this
.
transitioning
)
return
if
(
this
.
transitioning
||
!
this
.
$element
.
hasClass
(
'
in
'
)
)
return
dimension
=
this
.
dimension
()
this
.
reset
(
this
.
$element
[
dimension
]())
this
.
transition
(
'
removeClass
'
,
$
.
Event
(
'
hide
'
),
'
hidden
'
)
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.js
+
1
-
1
View file @
a4b31d39
...
...
@@ -539,7 +539,7 @@
,
hide
:
function
()
{
var
dimension
if
(
this
.
transitioning
)
return
if
(
this
.
transitioning
||
!
this
.
$element
.
hasClass
(
'
in
'
)
)
return
dimension
=
this
.
dimension
()
this
.
reset
(
this
.
$element
[
dimension
]())
this
.
transition
(
'
removeClass
'
,
$
.
Event
(
'
hide
'
),
'
hidden
'
)
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.min.js
+
1
-
1
View file @
a4b31d39
This diff is collapsed.
Click to expand it.
js/bootstrap-collapse.js
+
1
-
1
View file @
a4b31d39
...
...
@@ -72,7 +72,7 @@
,
hide
:
function
()
{
var
dimension
if
(
this
.
transitioning
)
return
if
(
this
.
transitioning
||
!
this
.
$element
.
hasClass
(
'
in
'
)
)
return
dimension
=
this
.
dimension
()
this
.
reset
(
this
.
$element
[
dimension
]())
this
.
transition
(
'
removeClass
'
,
$
.
Event
(
'
hide
'
),
'
hidden
'
)
...
...
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