Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
c9f977d6
Commit
c9f977d6
authored
Jan 21, 2019
by
flothoni
Committed by
Mathieu Giraud
Feb 05, 2019
Browse files
model.js; minor jshint correction
link to
#1292
parent
83baa36e
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/model.js
View file @
c9f977d6
...
...
@@ -2036,7 +2036,7 @@ changeAlleleNotation: function(alleleNotation) {
var
string
=
"
Tag for : <br/>
"
for
(
cloneID
in
clonesIDs
){
for
(
var
cloneID
in
clonesIDs
){
string
+=
"
*
"
+
this
.
clone
(
cloneID
).
getName
()
+
"
(
"
+
cloneID
+
"
)<br/>
"
;
}
this
.
tagSelectorInfo
.
innerHTML
=
string
...
...
Write
Preview
Supports
Markdown
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