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
b1d21731
Commit
b1d21731
authored
11 years ago
by
fat
Browse files
Options
Download
Email Patches
Plain Diff
remove js anchor interference
parent
f6cec812
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assets/css/docs.css
+0
-1
assets/css/docs.css
assets/js/application.js
+0
-8
assets/js/application.js
with
0 additions
and
9 deletions
+0
-9
assets/css/docs.css
+
0
-
1
View file @
b1d21731
...
@@ -878,7 +878,6 @@ input.focused {
...
@@ -878,7 +878,6 @@ input.focused {
width
:
330px
!important
;
width
:
330px
!important
;
min-height
:
132px
;
min-height
:
132px
;
}
}
}
}
/* Large desktops and up */
/* Large desktops and up */
...
...
This diff is collapsed.
Click to expand it.
assets/js/application.js
+
0
-
8
View file @
b1d21731
...
@@ -20,14 +20,6 @@
...
@@ -20,14 +20,6 @@
e
.
preventDefault
()
e
.
preventDefault
()
})
})
$body
.
on
(
'
click
'
,
'
.bs-sidenav [href^=#]
'
,
function
(
e
)
{
var
$target
=
$
(
this
.
getAttribute
(
'
href
'
))
e
.
preventDefault
()
// prevent browser scroll
$window
.
scrollTop
(
$target
.
offset
().
top
-
navHeight
+
5
)
})
// back to top
// back to top
setTimeout
(
function
()
{
setTimeout
(
function
()
{
var
$sideBar
=
$
(
'
.bs-sidebar
'
)
var
$sideBar
=
$
(
'
.bs-sidebar
'
)
...
...
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