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
cf998040
Commit
cf998040
authored
12 years ago
by
fat
Browse files
Options
Download
Email Patches
Plain Diff
rebuild
parent
ef807657
1 merge request
!7111
2.3.1 wip
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 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
with
3 additions
and
3 deletions
+3
-3
docs/assets/js/bootstrap-carousel.js
+
1
-
1
View file @
cf998040
...
...
@@ -75,7 +75,7 @@
if
(
!
e
)
this
.
paused
=
true
if
(
this
.
$element
.
find
(
'
.next, .prev
'
).
length
&&
$
.
support
.
transition
.
end
)
{
this
.
$element
.
trigger
(
$
.
support
.
transition
.
end
)
this
.
cycle
()
this
.
cycle
(
true
)
}
clearInterval
(
this
.
interval
)
this
.
interval
=
null
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.js
+
1
-
1
View file @
cf998040
...
...
@@ -336,7 +336,7 @@
if
(
!
e
)
this
.
paused
=
true
if
(
this
.
$element
.
find
(
'
.next, .prev
'
).
length
&&
$
.
support
.
transition
.
end
)
{
this
.
$element
.
trigger
(
$
.
support
.
transition
.
end
)
this
.
cycle
()
this
.
cycle
(
true
)
}
clearInterval
(
this
.
interval
)
this
.
interval
=
null
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.min.js
+
1
-
1
View file @
cf998040
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