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
67673348
Commit
67673348
authored
Oct 12, 2021
by
Blake Sweeney
Browse files
Merge branch 'release-19' of github.com:RNAcentral/rnacentral-webcode into release-19
parents
bfc4d8c3
096b8a10
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/sequence/xrefs/xrefs.component.js
...al/static/js/components/sequence/xrefs/xrefs.component.js
+2
-0
No files found.
rnacentral/portal/static/js/components/sequence/xrefs/xrefs.component.js
View file @
67673348
...
...
@@ -129,6 +129,8 @@ var xrefs = {
for
(
var
x
=
0
;
x
<
results
.
length
;
x
++
)
{
if
(
results
[
x
].
database
==
"
GeneCards
"
)
{
to_append
.
push
(
results
[
x
]);
}
else
if
(
results
[
x
].
database
===
"
PSICQUIC
"
)
{
/* do not add PSICQUIC to results */
}
else
{
new_results
.
push
(
results
[
x
]);
}
...
...
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