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
27bb75c5
Commit
27bb75c5
authored
Aug 31, 2017
by
aurelien beliard
Committed by
Mathieu Giraud
Nov 28, 2017
Browse files
change the icon for a clone when there is a normalization
parent
a51f0f67
Changes
1
Show whitespace changes
Inline
Side-by-side
browser/js/model.js
View file @
27bb75c5
...
...
@@ -977,6 +977,12 @@ changeAlleleNotation: function(alleleNotation) {
for
(
var
n
=
0
;
n
<
this
.
clones
.
length
;
n
++
)
{
this
.
clone
(
n
).
updateColor
()
}
if
(
this
.
norm
){
$
(
"
#
"
+
this
.
normalization
.
id
+
"
i.icon-star-2
"
).
toggleClass
(
'
icon-star-2 icon-lock-1
'
)
}
else
{
$
(
"
i.icon-lock-1
"
).
toggleClass
(
'
icon-lock-1 icon-star-2
'
)
}
},
...
...
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