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
b67a2d8a
Commit
b67a2d8a
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch '2.0.3-wip' of github.com:twitter/bootstrap into 2.0.3-wip
parents
d374fe92
0b804265
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/assets/js/bootstrap-alert.js
+2
-2
docs/assets/js/bootstrap-alert.js
docs/assets/js/bootstrap-collapse.js
+1
-0
docs/assets/js/bootstrap-collapse.js
js/bootstrap-alert.js
+2
-2
js/bootstrap-alert.js
js/bootstrap-collapse.js
+1
-0
js/bootstrap-collapse.js
with
6 additions
and
4 deletions
+6
-4
docs/assets/js/bootstrap-alert.js
+
2
-
2
View file @
b67a2d8a
...
...
@@ -27,7 +27,7 @@
* ====================== */
var
dismiss
=
'
[data-dismiss="alert"]
'
,
Alert
=
function
(
el
)
{
,
Alert
=
function
(
el
)
{
$
(
el
).
on
(
'
click
'
,
dismiss
,
this
.
close
)
}
...
...
@@ -68,7 +68,7 @@
/* ALERT PLUGIN DEFINITION
* ======================= */
$
.
fn
.
alert
=
function
(
option
)
{
$
.
fn
.
alert
=
function
(
option
)
{
return
this
.
each
(
function
()
{
var
$this
=
$
(
this
)
,
data
=
$this
.
data
(
'
alert
'
)
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap-collapse.js
+
1
-
0
View file @
b67a2d8a
...
...
@@ -60,6 +60,7 @@
if
(
actives
&&
actives
.
length
)
{
hasData
=
actives
.
data
(
'
collapse
'
)
if
(
hasData
&&
hasData
.
transitioning
)
return
actives
.
collapse
(
'
hide
'
)
hasData
||
actives
.
data
(
'
collapse
'
,
null
)
}
...
...
This diff is collapsed.
Click to expand it.
js/bootstrap-alert.js
+
2
-
2
View file @
b67a2d8a
...
...
@@ -27,7 +27,7 @@
* ====================== */
var
dismiss
=
'
[data-dismiss="alert"]
'
,
Alert
=
function
(
el
)
{
,
Alert
=
function
(
el
)
{
$
(
el
).
on
(
'
click
'
,
dismiss
,
this
.
close
)
}
...
...
@@ -68,7 +68,7 @@
/* ALERT PLUGIN DEFINITION
* ======================= */
$
.
fn
.
alert
=
function
(
option
)
{
$
.
fn
.
alert
=
function
(
option
)
{
return
this
.
each
(
function
()
{
var
$this
=
$
(
this
)
,
data
=
$this
.
data
(
'
alert
'
)
...
...
This diff is collapsed.
Click to expand it.
js/bootstrap-collapse.js
+
1
-
0
View file @
b67a2d8a
...
...
@@ -60,6 +60,7 @@
if
(
actives
&&
actives
.
length
)
{
hasData
=
actives
.
data
(
'
collapse
'
)
if
(
hasData
&&
hasData
.
transitioning
)
return
actives
.
collapse
(
'
hide
'
)
hasData
||
actives
.
data
(
'
collapse
'
,
null
)
}
...
...
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