Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
3a52cc75
Commit
3a52cc75
authored
Jun 25, 2021
by
carlosribas
Browse files
Rename facet RRNA_5_8S
parent
03314d78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
rnacentral/portal/static/js/components/text-search/text-search-results/text-search-results.component.js
...arch/text-search-results/text-search-results.component.js
+2
-0
No files found.
rnacentral/portal/static/js/components/text-search/text-search-results/text-search-results.component.js
View file @
3a52cc75
...
...
@@ -230,6 +230,8 @@ var textSearchResults = {
facetLabel
=
'
C/D box snoRNA
'
;
}
else
if
(
facetLabel
===
'
H_ACA_box_snoRNA
'
)
{
facetLabel
=
'
H/ACA box snoRNA
'
;
}
else
if
(
facetLabel
===
'
RRNA_5_8S
'
)
{
facetLabel
=
'
rRNA 5.8S
'
;
}
else
{
facetLabel
=
facetLabel
.
replace
(
/_/g
,
'
'
);
}
...
...
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