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
5a35555a
Commit
5a35555a
authored
Dec 30, 2014
by
Bootstrap's Grunt bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
automatic grunt dist
parent
2166f238
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
24 deletions
+12
-24
dist/css/bootstrap-theme.min.css
dist/css/bootstrap-theme.min.css
+1
-1
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-1
dist/js/bootstrap.js
dist/js/bootstrap.js
+8
-20
dist/js/bootstrap.min.js
dist/js/bootstrap.min.js
+2
-2
No files found.
dist/css/bootstrap-theme.min.css
View file @
5a35555a
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
View file @
5a35555a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/js/bootstrap.js
View file @
5a35555a
...
@@ -1674,15 +1674,9 @@ if (typeof jQuery === 'undefined') {
...
@@ -1674,15 +1674,9 @@ if (typeof jQuery === 'undefined') {
var
$this
=
$
(
this
)
var
$this
=
$
(
this
)
var
data
=
$this
.
data
(
'
bs.tooltip
'
)
var
data
=
$this
.
data
(
'
bs.tooltip
'
)
var
options
=
typeof
option
==
'
object
'
&&
option
var
options
=
typeof
option
==
'
object
'
&&
option
var
selector
=
options
&&
options
.
selector
if
(
!
data
&&
option
==
'
destroy
'
)
return
if
(
!
data
&&
option
==
'
destroy
'
)
return
if
(
selector
)
{
if
(
!
data
)
$this
.
data
(
'
bs.tooltip
'
,
(
data
=
{}))
if
(
!
data
[
selector
])
data
[
selector
]
=
new
Tooltip
(
this
,
options
)
}
else
{
if
(
!
data
)
$this
.
data
(
'
bs.tooltip
'
,
(
data
=
new
Tooltip
(
this
,
options
)))
if
(
!
data
)
$this
.
data
(
'
bs.tooltip
'
,
(
data
=
new
Tooltip
(
this
,
options
)))
}
if
(
typeof
option
==
'
string
'
)
data
[
option
]()
if
(
typeof
option
==
'
string
'
)
data
[
option
]()
})
})
}
}
...
@@ -1794,15 +1788,9 @@ if (typeof jQuery === 'undefined') {
...
@@ -1794,15 +1788,9 @@ if (typeof jQuery === 'undefined') {
var
$this
=
$
(
this
)
var
$this
=
$
(
this
)
var
data
=
$this
.
data
(
'
bs.popover
'
)
var
data
=
$this
.
data
(
'
bs.popover
'
)
var
options
=
typeof
option
==
'
object
'
&&
option
var
options
=
typeof
option
==
'
object
'
&&
option
var
selector
=
options
&&
options
.
selector
if
(
!
data
&&
option
==
'
destroy
'
)
return
if
(
!
data
&&
option
==
'
destroy
'
)
return
if
(
selector
)
{
if
(
!
data
)
$this
.
data
(
'
bs.popover
'
,
(
data
=
{}))
if
(
!
data
[
selector
])
data
[
selector
]
=
new
Popover
(
this
,
options
)
}
else
{
if
(
!
data
)
$this
.
data
(
'
bs.popover
'
,
(
data
=
new
Popover
(
this
,
options
)))
if
(
!
data
)
$this
.
data
(
'
bs.popover
'
,
(
data
=
new
Popover
(
this
,
options
)))
}
if
(
typeof
option
==
'
string
'
)
data
[
option
]()
if
(
typeof
option
==
'
string
'
)
data
[
option
]()
})
})
}
}
...
...
dist/js/bootstrap.min.js
View file @
5a35555a
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