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
40142bdc
Commit
40142bdc
authored
Feb 12, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix #12708 by updating class names in the docs JS
parent
5796b56d
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
docs/assets/js/application.js
docs/assets/js/application.js
+3
-3
docs/assets/js/customize.min.js
docs/assets/js/customize.min.js
+1
-1
docs/assets/js/customizer.js
docs/assets/js/customizer.js
+1
-1
docs/assets/js/docs.min.js
docs/assets/js/docs.min.js
+1
-1
No files found.
docs/assets/js/application.js
View file @
40142bdc
...
...
@@ -34,7 +34,7 @@
var
navHeight
=
$
(
'
.navbar
'
).
outerHeight
(
true
)
+
10
$body
.
scrollspy
({
target
:
'
.bs-sidebar
'
,
target
:
'
.bs-
docs-
sidebar
'
,
// offset: navHeight
})
...
...
@@ -48,7 +48,7 @@
// back to top
setTimeout
(
function
()
{
var
$sideBar
=
$
(
'
.bs-sidebar
'
)
var
$sideBar
=
$
(
'
.bs-
docs-
sidebar
'
)
$sideBar
.
affix
({
offset
:
{
...
...
@@ -60,7 +60,7 @@
return
(
this
.
top
=
offsetTop
-
navOuterHeight
-
sideBarMargin
)
},
bottom
:
function
()
{
return
(
this
.
bottom
=
$
(
'
.bs-footer
'
).
outerHeight
(
true
))
return
(
this
.
bottom
=
$
(
'
.bs-
docs-
footer
'
).
outerHeight
(
true
))
}
}
})
...
...
docs/assets/js/customize.min.js
View file @
40142bdc
This diff is collapsed.
Click to expand it.
docs/assets/js/customizer.js
View file @
40142bdc
...
...
@@ -338,7 +338,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
However, if you check your downloads folder, just rename this <code>"untitled"</code> file
\
to <code>"bootstrap.zip"</code> and you should be good to go!
'
)
}
else
if
(
!
window
.
URL
&&
!
window
.
webkitURL
)
{
$
(
'
.bs-docs-section, .bs-sidebar
'
).
css
(
'
display
'
,
'
none
'
)
$
(
'
.bs-docs-section, .bs-
docs-
sidebar
'
).
css
(
'
display
'
,
'
none
'
)
showCallout
(
'
Looks like your current browser doesn
\'
t support the Bootstrap Customizer. Please take a second
\
to <a href="https://www.google.com/intl/en/chrome/browser/"> upgrade to a more modern browser</a>.
'
,
true
)
...
...
docs/assets/js/docs.min.js
View file @
40142bdc
...
...
@@ -13,4 +13,4 @@ var Holder=Holder||{};!function(a,b){function c(a,b,c){b=parseInt(b,10),a=parseI
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see http://creativecommons.org/licenses/by/3.0/.
*/
!
function
(
a
){
a
(
function
(){
if
(
navigator
.
userAgent
.
match
(
/IEMobile
\/
10
\.
0/
)){
var
b
=
document
.
createElement
(
"
style
"
);
b
.
appendChild
(
document
.
createTextNode
(
"
@-ms-viewport{width:auto!important}
"
)),
document
.
querySelector
(
"
head
"
).
appendChild
(
b
)}{
var
c
=
a
(
window
),
d
=
a
(
document
.
body
);
a
(
"
.navbar
"
).
outerHeight
(
!
0
)
+
10
}
d
.
scrollspy
({
target
:
"
.bs-sidebar
"
}),
c
.
on
(
"
load
"
,
function
(){
d
.
scrollspy
(
"
refresh
"
)}),
a
(
"
.bs-docs-container [href=#]
"
).
click
(
function
(
a
){
a
.
preventDefault
()}),
setTimeout
(
function
(){
var
b
=
a
(
"
.bs-sidebar
"
);
b
.
affix
({
offset
:{
top
:
function
(){
var
c
=
b
.
offset
().
top
,
d
=
parseInt
(
b
.
children
(
0
).
css
(
"
margin-top
"
),
10
),
e
=
a
(
"
.bs-docs-nav
"
).
height
();
return
this
.
top
=
c
-
e
-
d
},
bottom
:
function
(){
return
this
.
bottom
=
a
(
"
.bs-footer
"
).
outerHeight
(
!
0
)}}})},
100
),
setTimeout
(
function
(){
a
(
"
.bs-top
"
).
affix
()},
100
),
a
(
"
.tooltip-demo
"
).
tooltip
({
selector
:
"
[data-toggle=tooltip]
"
,
container
:
"
body
"
}),
a
(
"
.tooltip-test
"
).
tooltip
(),
a
(
"
.popover-test
"
).
popover
(),
a
(
"
.bs-docs-navbar
"
).
tooltip
({
selector
:
"
a[data-toggle=tooltip]
"
,
container
:
"
.bs-docs-navbar .nav
"
}),
a
(
"
[data-toggle=popover]
"
).
popover
(),
a
(
"
#loading-example-btn
"
).
click
(
function
(){
var
b
=
a
(
this
);
b
.
button
(
"
loading
"
),
setTimeout
(
function
(){
b
.
button
(
"
reset
"
)},
3
e3
)})})}(
jQuery
);
\ No newline at end of file
!
function
(
a
){
a
(
function
(){
if
(
navigator
.
userAgent
.
match
(
/IEMobile
\/
10
\.
0/
)){
var
b
=
document
.
createElement
(
"
style
"
);
b
.
appendChild
(
document
.
createTextNode
(
"
@-ms-viewport{width:auto!important}
"
)),
document
.
querySelector
(
"
head
"
).
appendChild
(
b
)}{
var
c
=
a
(
window
),
d
=
a
(
document
.
body
);
a
(
"
.navbar
"
).
outerHeight
(
!
0
)
+
10
}
d
.
scrollspy
({
target
:
"
.bs-docs-sidebar
"
}),
c
.
on
(
"
load
"
,
function
(){
d
.
scrollspy
(
"
refresh
"
)}),
a
(
"
.bs-docs-container [href=#]
"
).
click
(
function
(
a
){
a
.
preventDefault
()}),
setTimeout
(
function
(){
var
b
=
a
(
"
.bs-docs-sidebar
"
);
b
.
affix
({
offset
:{
top
:
function
(){
var
c
=
b
.
offset
().
top
,
d
=
parseInt
(
b
.
children
(
0
).
css
(
"
margin-top
"
),
10
),
e
=
a
(
"
.bs-docs-nav
"
).
height
();
return
this
.
top
=
c
-
e
-
d
},
bottom
:
function
(){
return
this
.
bottom
=
a
(
"
.bs-docs-footer
"
).
outerHeight
(
!
0
)}}})},
100
),
setTimeout
(
function
(){
a
(
"
.bs-top
"
).
affix
()},
100
),
a
(
"
.tooltip-demo
"
).
tooltip
({
selector
:
"
[data-toggle=tooltip]
"
,
container
:
"
body
"
}),
a
(
"
.tooltip-test
"
).
tooltip
(),
a
(
"
.popover-test
"
).
popover
(),
a
(
"
.bs-docs-navbar
"
).
tooltip
({
selector
:
"
a[data-toggle=tooltip]
"
,
container
:
"
.bs-docs-navbar .nav
"
}),
a
(
"
[data-toggle=popover]
"
).
popover
(),
a
(
"
#loading-example-btn
"
).
click
(
function
(){
var
b
=
a
(
this
);
b
.
button
(
"
loading
"
),
setTimeout
(
function
(){
b
.
button
(
"
reset
"
)},
3
e3
)})})}(
jQuery
);
\ No newline at end of file
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