Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
cb2ef1ef
Commit
cb2ef1ef
authored
May 08, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grunt dist
parent
91607900
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
14 deletions
+15
-14
dist/css/bootstrap-rtl.css
dist/css/bootstrap-rtl.css
+4
-4
dist/css/bootstrap.css
dist/css/bootstrap.css
+4
-4
dist/js/bootstrap.js
dist/js/bootstrap.js
+5
-4
dist/js/bootstrap.min.js
dist/js/bootstrap.min.js
+1
-1
docs/dist/js/bootstrap.min.js
docs/dist/js/bootstrap.min.js
+1
-1
No files found.
dist/css/bootstrap-rtl.css
View file @
cb2ef1ef
dist/css/bootstrap.css
View file @
cb2ef1ef
dist/js/bootstrap.js
View file @
cb2ef1ef
...
@@ -99,7 +99,8 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
...
@@ -99,7 +99,8 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
$parent
.
removeClass
(
'
in
'
)
$parent
.
removeClass
(
'
in
'
)
function
removeElement
()
{
function
removeElement
()
{
$parent
.
trigger
(
'
closed.bs.alert
'
).
remove
()
// detach from parent, fire event then clean up data
$parent
.
detach
().
trigger
(
'
closed.bs.alert
'
).
remove
()
}
}
$
.
support
.
transition
&&
$parent
.
hasClass
(
'
fade
'
)
?
$
.
support
.
transition
&&
$parent
.
hasClass
(
'
fade
'
)
?
...
@@ -178,9 +179,9 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
...
@@ -178,9 +179,9 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
state
=
state
+
'
Text
'
state
=
state
+
'
Text
'
if
(
!
data
.
resetText
)
$el
.
data
(
'
resetText
'
,
$el
[
val
]())
if
(
data
.
resetText
==
null
)
$el
.
data
(
'
resetText
'
,
$el
[
val
]())
$el
[
val
](
data
[
state
]
||
this
.
options
[
state
])
$el
[
val
](
data
[
state
]
==
null
?
this
.
options
[
state
]
:
data
[
state
])
// push to event loop to allow forms to submit
// push to event loop to allow forms to submit
setTimeout
(
$
.
proxy
(
function
()
{
setTimeout
(
$
.
proxy
(
function
()
{
...
@@ -1535,7 +1536,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
...
@@ -1535,7 +1536,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
placement
:
'
right
'
,
placement
:
'
right
'
,
trigger
:
'
click
'
,
trigger
:
'
click
'
,
content
:
''
,
content
:
''
,
template
:
'
<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>
'
template
:
'
<div class="popover"
role="tooltip"
><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>
'
})
})
...
...
dist/js/bootstrap.min.js
View file @
cb2ef1ef
This diff is collapsed.
Click to expand it.
docs/dist/js/bootstrap.min.js
View file @
cb2ef1ef
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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