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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
adffb049
Commit
adffb049
authored
Jan 15, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ce-master' into 'master'
CE master See merge request !294
parents
270d93b3
36acf5b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
33 deletions
+0
-33
app/assets/javascripts/project_show.js.coffee
app/assets/javascripts/project_show.js.coffee
+0
-17
app/assets/javascripts/tree_show.js.coffee
app/assets/javascripts/tree_show.js.coffee
+0
-16
No files found.
app/assets/javascripts/project_show.js.coffee
View file @
adffb049
...
@@ -13,20 +13,3 @@ class @ProjectShow
...
@@ -13,20 +13,3 @@ class @ProjectShow
$
(
"a[href="
+
defaultView
+
"]"
).
tab
"show"
$
(
"a[href="
+
defaultView
+
"]"
).
tab
"show"
else
else
$
(
"a[data-toggle='tab']:first"
).
tab
"show"
$
(
"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
$
(
"a"
).
click
(
event
)
->
link
=
event
.
target
isAnchor
=
link
instanceof
HTMLAnchorElement
if
(
location
.
hash
!=
""
||
isAnchor
)
$
(
"html,body"
).
animate
scrollTop
:
$
(
this
).
offset
().
top
-
$
(
".navbar"
).
height
()
-
3
,
200
app/assets/javascripts/tree_show.js.coffee
deleted
100644 → 0
View file @
270d93b3
$
(
document
).
ready
->
$
(
window
).
load
(
e
)
->
e
.
preventDefault
()
unless
location
.
hash
is
""
$
(
"html, body"
).
animate
scrollTop
:
$
(
".navbar"
).
offset
().
top
-
$
(
".navbar"
).
height
()
,
200
$
(
"a"
).
click
(
event
)
->
link
=
event
.
target
isAnchor
=
link
instanceof
HTMLAnchorElement
if
(
location
.
hash
!=
""
||
isAnchor
)
$
(
"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