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
280d4aeb
Commit
280d4aeb
authored
12 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
rebuild
parent
24b5e6cb
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/assets/js/bootstrap-tab.js
+1
-1
docs/assets/js/bootstrap-tab.js
docs/assets/js/bootstrap-tooltip.js
+4
-4
docs/assets/js/bootstrap-tooltip.js
docs/assets/js/bootstrap.js
+5
-5
docs/assets/js/bootstrap.js
docs/assets/js/bootstrap.min.js
+1
-1
docs/assets/js/bootstrap.min.js
with
11 additions
and
11 deletions
+11
-11
docs/assets/js/bootstrap-tab.js
+
1
-
1
View file @
280d4aeb
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
if
(
$this
.
parent
(
'
li
'
).
hasClass
(
'
active
'
)
)
return
if
(
$this
.
parent
(
'
li
'
).
hasClass
(
'
active
'
)
)
return
previous
=
$ul
.
find
(
'
.active
a
'
).
last
(
)[
0
]
previous
=
$ul
.
find
(
'
.active
:
last
a
'
)[
0
]
e
=
$
.
Event
(
'
show
'
,
{
e
=
$
.
Event
(
'
show
'
,
{
relatedTarget
:
previous
relatedTarget
:
previous
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap-tooltip.js
+
4
-
4
View file @
280d4aeb
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
inside
=
/in/
.
test
(
placement
)
inside
=
/in/
.
test
(
placement
)
$tip
$tip
.
remove
()
.
detach
()
.
css
({
top
:
0
,
left
:
0
,
display
:
'
block
'
})
.
css
({
top
:
0
,
left
:
0
,
display
:
'
block
'
})
.
insertAfter
(
this
.
$element
)
.
insertAfter
(
this
.
$element
)
...
@@ -166,18 +166,18 @@
...
@@ -166,18 +166,18 @@
function
removeWithAnimation
()
{
function
removeWithAnimation
()
{
var
timeout
=
setTimeout
(
function
()
{
var
timeout
=
setTimeout
(
function
()
{
$tip
.
off
(
$
.
support
.
transition
.
end
).
remove
()
$tip
.
off
(
$
.
support
.
transition
.
end
).
detach
()
},
500
)
},
500
)
$tip
.
one
(
$
.
support
.
transition
.
end
,
function
()
{
$tip
.
one
(
$
.
support
.
transition
.
end
,
function
()
{
clearTimeout
(
timeout
)
clearTimeout
(
timeout
)
$tip
.
remove
()
$tip
.
detach
()
})
})
}
}
$
.
support
.
transition
&&
this
.
$tip
.
hasClass
(
'
fade
'
)
?
$
.
support
.
transition
&&
this
.
$tip
.
hasClass
(
'
fade
'
)
?
removeWithAnimation
()
:
removeWithAnimation
()
:
$tip
.
remove
()
$tip
.
detach
()
return
this
return
this
}
}
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.js
+
5
-
5
View file @
280d4aeb
...
@@ -1079,7 +1079,7 @@
...
@@ -1079,7 +1079,7 @@
inside
=
/in/
.
test
(
placement
)
inside
=
/in/
.
test
(
placement
)
$tip
$tip
.
remove
()
.
detach
()
.
css
({
top
:
0
,
left
:
0
,
display
:
'
block
'
})
.
css
({
top
:
0
,
left
:
0
,
display
:
'
block
'
})
.
insertAfter
(
this
.
$element
)
.
insertAfter
(
this
.
$element
)
...
@@ -1126,18 +1126,18 @@
...
@@ -1126,18 +1126,18 @@
function
removeWithAnimation
()
{
function
removeWithAnimation
()
{
var
timeout
=
setTimeout
(
function
()
{
var
timeout
=
setTimeout
(
function
()
{
$tip
.
off
(
$
.
support
.
transition
.
end
).
remove
()
$tip
.
off
(
$
.
support
.
transition
.
end
).
detach
()
},
500
)
},
500
)
$tip
.
one
(
$
.
support
.
transition
.
end
,
function
()
{
$tip
.
one
(
$
.
support
.
transition
.
end
,
function
()
{
clearTimeout
(
timeout
)
clearTimeout
(
timeout
)
$tip
.
remove
()
$tip
.
detach
()
})
})
}
}
$
.
support
.
transition
&&
this
.
$tip
.
hasClass
(
'
fade
'
)
?
$
.
support
.
transition
&&
this
.
$tip
.
hasClass
(
'
fade
'
)
?
removeWithAnimation
()
:
removeWithAnimation
()
:
$tip
.
remove
()
$tip
.
detach
()
return
this
return
this
}
}
...
@@ -1536,7 +1536,7 @@
...
@@ -1536,7 +1536,7 @@
if
(
$this
.
parent
(
'
li
'
).
hasClass
(
'
active
'
)
)
return
if
(
$this
.
parent
(
'
li
'
).
hasClass
(
'
active
'
)
)
return
previous
=
$ul
.
find
(
'
.active
a
'
).
last
(
)[
0
]
previous
=
$ul
.
find
(
'
.active
:
last
a
'
)[
0
]
e
=
$
.
Event
(
'
show
'
,
{
e
=
$
.
Event
(
'
show
'
,
{
relatedTarget
:
previous
relatedTarget
:
previous
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.min.js
+
1
-
1
View file @
280d4aeb
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