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
18d23b89
Commit
18d23b89
authored
11 years ago
by
fat
Browse files
Options
Download
Email Patches
Plain Diff
rebuild js + fixes
#7583
parent
2cccc088
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 @
18d23b89
...
...
@@ -378,7 +378,7 @@
$next
[
0
].
offsetWidth
// force reflow
$active
.
addClass
(
direction
)
$next
.
addClass
(
direction
)
this
.
$element
.
one
(
$
.
support
.
transition
.
end
,
function
()
{
this
.
$element
.
find
(
'
.item
'
).
one
(
$
.
support
.
transition
.
end
,
function
()
{
$next
.
removeClass
([
type
,
direction
].
join
(
'
'
)).
addClass
(
'
active
'
)
$active
.
removeClass
([
'
active
'
,
direction
].
join
(
'
'
))
that
.
sliding
=
false
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.min.js
+
1
-
1
View file @
18d23b89
This diff is collapsed.
Click to expand it.
js/carousel.js
+
1
-
1
View file @
18d23b89
...
...
@@ -130,7 +130,7 @@
$next
[
0
].
offsetWidth
// force reflow
$active
.
addClass
(
direction
)
$next
.
addClass
(
direction
)
this
.
$element
.
one
(
$
.
support
.
transition
.
end
,
function
()
{
this
.
$element
.
find
(
'
.item
'
).
one
(
$
.
support
.
transition
.
end
,
function
()
{
$next
.
removeClass
([
type
,
direction
].
join
(
'
'
)).
addClass
(
'
active
'
)
$active
.
removeClass
([
'
active
'
,
direction
].
join
(
'
'
))
that
.
sliding
=
false
...
...
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