Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,695
Issues
1,695
List
Boards
Labels
Service Desk
Milestones
Merge Requests
87
Merge Requests
87
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
5fae081a
Commit
5fae081a
authored
Nov 07, 2018
by
Mikaël Salson
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
js/axes.js: Make CloneDB axis visible if we have a cloneDB
See
10c82fbc
and
#3615
for a better solution
parent
94a38ef8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
browser/js/axes.js
browser/js/axes.js
+1
-1
No files found.
browser/js/axes.js
View file @
5fae081a
...
...
@@ -278,7 +278,7 @@ Axes.prototype = {
fct
:
function
(
clone
)
{
return
clone
.
getDeletion
(
'
3
'
,
'
delLeft
'
)}
},
"
occCloneDB
"
:
{
hide
:
true
,
hide
:
(
typeof
config
===
'
undefined
'
||
!
config
.
clonedb
)
,
doc
:
"
number of occurrences in cloneDB
"
,
label
:
"
cloneDB occurrences
"
,
axis
:
new
NumericalAxis
(
this
.
m
),
...
...
Mathieu Giraud
@magiraud
·
Nov 07, 2018
Owner
parfait, merci !
parfait, merci !
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