Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
2e2d4c48
Commit
2e2d4c48
authored
Aug 30, 2017
by
Piotr Gawron
Browse files
spelling of μRna back to MiRNA
parent
dc5cd2bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend-js/src/main/js/gui/leftPanel/MiRnaPanel.js
View file @
2e2d4c48
...
...
@@ -27,7 +27,7 @@ MiRnaPanel.prototype.createPreamble = function(miRna) {
result
.
appendChild
(
guiUtils
.
createLabel
(
"
NOT FOUND
"
));
}
else
{
var
line
=
document
.
createElement
(
"
div
"
);
line
.
appendChild
(
guiUtils
.
createLabel
(
"
μRna
:
"
));
line
.
appendChild
(
guiUtils
.
createLabel
(
"
MiRNA
:
"
));
line
.
appendChild
(
guiUtils
.
createLink
(
"
http://www.mirbase.org/cgi-bin/mirna_entry.pl?acc=
"
+
miRna
.
getName
(),
miRna
.
getName
()));
line
.
appendChild
(
guiUtils
.
createNewLine
());
...
...
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