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
31e8a358
Commit
31e8a358
authored
12 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
check length so that pause, actually pauses
parent
2d3a0bab
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/assets/js/bootstrap-carousel.js
+1
-1
docs/assets/js/bootstrap-carousel.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-carousel.js
+1
-1
js/bootstrap-carousel.js
with
4 additions
and
4 deletions
+4
-4
docs/assets/js/bootstrap-carousel.js
+
1
-
1
View file @
31e8a358
...
...
@@ -68,7 +68,7 @@
,
pause
:
function
(
e
)
{
if
(
!
e
)
this
.
paused
=
true
if
(
this
.
$element
.
find
(
'
.next, .prev
'
)
&&
$
.
support
.
transition
.
end
)
{
if
(
this
.
$element
.
find
(
'
.next, .prev
'
)
.
length
&&
$
.
support
.
transition
.
end
)
{
this
.
$element
.
trigger
(
$
.
support
.
transition
.
end
)
this
.
cycle
()
}
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.js
+
1
-
1
View file @
31e8a358
...
...
@@ -312,7 +312,7 @@
,
pause
:
function
(
e
)
{
if
(
!
e
)
this
.
paused
=
true
if
(
this
.
$element
.
find
(
'
.next, .prev
'
)
&&
$
.
support
.
transition
.
end
)
{
if
(
this
.
$element
.
find
(
'
.next, .prev
'
)
.
length
&&
$
.
support
.
transition
.
end
)
{
this
.
$element
.
trigger
(
$
.
support
.
transition
.
end
)
this
.
cycle
()
}
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.min.js
+
1
-
1
View file @
31e8a358
This diff is collapsed.
Click to expand it.
js/bootstrap-carousel.js
+
1
-
1
View file @
31e8a358
...
...
@@ -68,7 +68,7 @@
,
pause
:
function
(
e
)
{
if
(
!
e
)
this
.
paused
=
true
if
(
this
.
$element
.
find
(
'
.next, .prev
'
)
&&
$
.
support
.
transition
.
end
)
{
if
(
this
.
$element
.
find
(
'
.next, .prev
'
)
.
length
&&
$
.
support
.
transition
.
end
)
{
this
.
$element
.
trigger
(
$
.
support
.
transition
.
end
)
this
.
cycle
()
}
...
...
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