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
b5095d3e
Commit
b5095d3e
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #8046 from burnsra/3.0.0-wip-carousel
Fix for carousel indicators
parents
b62fa23d
cc684750
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
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/carousel.js
+1
-1
js/carousel.js
with
3 additions
and
3 deletions
+3
-3
docs/assets/js/bootstrap.js
+
1
-
1
View file @
b5095d3e
...
...
@@ -442,7 +442,7 @@
$target
.
carousel
(
options
)
if
(
slideIndex
=
$this
.
attr
(
'
data-slide-to
'
))
{
$target
.
data
(
'
bs
-
carousel
'
).
pause
().
to
(
slideIndex
).
cycle
()
$target
.
data
(
'
bs
.
carousel
'
).
pause
().
to
(
slideIndex
).
cycle
()
}
e
.
preventDefault
()
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.min.js
+
1
-
1
View file @
b5095d3e
This diff is collapsed.
Click to expand it.
js/carousel.js
+
1
-
1
View file @
b5095d3e
...
...
@@ -194,7 +194,7 @@
$target
.
carousel
(
options
)
if
(
slideIndex
=
$this
.
attr
(
'
data-slide-to
'
))
{
$target
.
data
(
'
bs
-
carousel
'
).
pause
().
to
(
slideIndex
).
cycle
()
$target
.
data
(
'
bs
.
carousel
'
).
pause
().
to
(
slideIndex
).
cycle
()
}
e
.
preventDefault
()
...
...
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