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
Caillat Michel
yafits
Commits
83468f5f
Commit
83468f5f
authored
Dec 17, 2019
by
Caillat Michel
Browse files
Fixed a small bug
parent
3eb910f6
Changes
1
Show whitespace changes
Inline
Side-by-side
yafitsv/views/olqv_infosblock.ejs
View file @
83468f5f
...
...
@@ -70,7 +70,7 @@ class InfosBlock {
this.hiddenInfosBlock.value += "slice index:"+this.sliceViewer.getSliceIndex()+"\r\n";
}
for (var k in this.collection) {
this.hiddenInfosBlock.value += k + ":" + format(this.collection[k]["value"]) + " " + this.collection[k]["unit"] + "\r\n";
this.hiddenInfosBlock.value += k + ":" +
this.
format(this.collection[k]["value"]) + " " + this.collection[k]["unit"] + "\r\n";
}
this.hiddenInfosBlock.select();
try {
...
...
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