Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
UniProt
Front End
QuickGoFE
Commits
58d42f22
Commit
58d42f22
authored
Apr 01, 2021
by
Xavier Watkins
Browse files
Update xref url
parent
601521ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/scripts/services/wsService.js
app/scripts/services/wsService.js
+1
-1
No files found.
app/scripts/services/wsService.js
View file @
58d42f22
...
...
@@ -398,7 +398,7 @@ wsService.factory('dbXrefService', [
getDbXrefs
:
function
()
{
// Note: this file is overwritten nightly on the servers by an updated version
// we keep an old version in the repo as a fallback.
return
$http
.
get
(
'
../../..
/db-xrefs.json
'
,
{
cache
:
true
});
return
$http
.
get
(
'
//www.ebi.ac.uk/QuickGO
/db-xrefs.json
'
,
{
cache
:
true
});
},
getGenericLink
:
function
(
name
,
xrefs
)
{
var
match
=
_
.
find
(
xrefs
,
function
(
xref
)
{
...
...
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