Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
e7bedfbf
Commit
e7bedfbf
authored
Oct 04, 2016
by
Mikaël Salson
Browse files
crossDomain.js: Change label to underline V, D, J
Now not only the 5' and 3' parts of the genes are underlined
parent
bf12c5b1
Changes
1
Show whitespace changes
Inline
Side-by-side
browser/js/crossDomain.js
View file @
e7bedfbf
...
...
@@ -282,7 +282,7 @@ function imgtPostForSegmenter(data, system, override_imgt_options) {
input
.
click
();
var
label
=
document
.
createElement
(
'
label
'
);
label
.
setAttribute
(
"
for
"
,
'
imgt_vdj_input_check
'
);
label
.
innerHTML
=
"
5'
V/D/
3'
J-IMGT
"
;
label
.
innerHTML
=
"
V/D/J-IMGT
"
;
input
.
setAttribute
(
"
title
"
,
"
Display 5'V-REGION, D-REGION and 3'J-REGION computed by IMGT/V-QUEST
"
);
label
.
setAttribute
(
"
title
"
,
"
Display 5'V-REGION, D-REGION and 3'J-REGION computed by IMGT/V-QUEST
"
);
...
...
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