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,711
Issues
1,711
List
Boards
Labels
Service Desk
Milestones
Merge Requests
86
Merge Requests
86
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
3c293c4f
Commit
3c293c4f
authored
Sep 09, 2014
by
Mathieu Giraud
Committed by
Marc Duez
Sep 09, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
builder.js: multi-germline menu on two lines, starting from IGH
parent
71291e1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
browser/css/vidjil.less
browser/css/vidjil.less
+4
-0
browser/js/builder.js
browser/js/builder.js
+9
-0
No files found.
browser/css/vidjil.less
View file @
3c293c4f
...
...
@@ -141,6 +141,10 @@ line {
display: inline-block;
}
.info_row_content {
display: inline-block;
}
#info_point {
margin-top: 15px;
}
...
...
browser/js/builder.js
View file @
3c293c4f
...
...
@@ -616,9 +616,18 @@ Builder.prototype = {
span1
.
className
=
"
info_row
"
var
span2
=
document
.
createElement
(
'
span
'
);
span2
.
className
=
"
info_row_content
"
var
keys
=
0
;
for
(
var
key
in
this
.
m
.
system_segmented
)
{
if
(
key
==
"
IGH
"
&&
keys
>
0
)
{
span2
.
appendChild
(
document
.
createElement
(
"
br
"
));
}
keys
+=
1
;
var
checkbox
=
document
.
createElement
(
"
input
"
);
checkbox
.
type
=
"
checkbox
"
;
checkbox
.
id
=
"
checkbox_system_
"
+
key
...
...
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