Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
ff7f4a13
Commit
ff7f4a13
authored
Jan 14, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Scroll the readme anchors below the navbar."
This reverts commit
b1792d9e
.
parent
55947add
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
29 deletions
+0
-29
app/assets/javascripts/project_show.js.coffee
app/assets/javascripts/project_show.js.coffee
+0
-15
app/assets/javascripts/tree_show.js.coffee
app/assets/javascripts/tree_show.js.coffee
+0
-14
No files found.
app/assets/javascripts/project_show.js.coffee
View file @
ff7f4a13
...
...
@@ -13,18 +13,3 @@ class @ProjectShow
$
(
"a[href="
+
defaultView
+
"]"
).
tab
"show"
else
$
(
"a[data-toggle='tab']:first"
).
tab
"show"
$
(
document
).
ready
->
$
(
window
).
load
(
e
)
->
e
.
preventDefault
()
unless
location
.
hash
is
""
$
(
"html, body"
).
animate
scrollTop
:
$
(
".navbar"
).
offset
().
top
-
$
(
".navbar"
).
height
()
,
200
false
$
(
"a"
).
click
(
e
)
->
unless
location
.
hash
is
""
$
(
"html,body"
).
animate
scrollTop
:
$
(
this
).
offset
().
top
-
$
(
".navbar"
).
height
()
-
3
,
200
app/assets/javascripts/tree_show.js.coffee
deleted
100644 → 0
View file @
55947add
$
(
document
).
ready
->
$
(
window
).
load
(
e
)
->
e
.
preventDefault
()
unless
location
.
hash
is
""
$
(
"html, body"
).
animate
scrollTop
:
$
(
".navbar"
).
offset
().
top
-
$
(
".navbar"
).
height
()
,
200
false
$
(
"a"
).
click
(
e
)
->
unless
location
.
hash
is
""
$
(
"html,body"
).
animate
scrollTop
:
$
(
this
).
offset
().
top
-
$
(
".navbar"
).
height
()
-
3
,
200
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