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
91a5a685
Commit
91a5a685
authored
Apr 07, 2017
by
Téo Vasseur
Browse files
list.js : getNameAndCode() usage
See
#903
Both custom and segmentation names now displayed in list
parent
a850ba5e
Changes
1
Show whitespace changes
Inline
Side-by-side
browser/js/list.js
View file @
91a5a685
...
...
@@ -469,7 +469,7 @@ List.prototype = {
if
(
typeof
span_name
==
"
undefined
"
)
return
false
;
if
(
typeof
span_name
==
"
undefined
"
)
console
.
log
(
cloneID
);
span_name
.
innerHTML
=
clone
.
getShortName
();
span_name
.
title
=
clone
.
getCode
();
span_name
.
title
=
clone
.
get
NameAnd
Code
();
span_name
.
style
.
color
=
clone
.
getColor
();
//update star color
...
...
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