Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
ad030243
Commit
ad030243
authored
Sep 24, 2018
by
Mathieu Giraud
Browse files
js/clone.js: target='_blank' for in-app links
Same than help/manual links.
parent
5740d20b
Pipeline
#40760
passed with stages
in 5 minutes and 3 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
browser/js/clone.js
View file @
ad030243
...
@@ -1302,8 +1302,8 @@ Clone.prototype = {
...
@@ -1302,8 +1302,8 @@ Clone.prototype = {
}
}
//IMGT info
//IMGT info
var
other_infos
=
{
"
imgt
"
:
"
<a href='http://www.imgt.org/IMGT_vquest/share/textes/'>IMGT/V-QUEST</a>
"
,
var
other_infos
=
{
"
imgt
"
:
"
<a
target='_blank'
href='http://www.imgt.org/IMGT_vquest/share/textes/'>IMGT/V-QUEST</a>
"
,
"
clonedb
"
:
"
<a href='http://ecngs.vidjil.org/clonedb'>CloneDB</a>
"
};
"
clonedb
"
:
"
<a
target='_blank'
href='http://ecngs.vidjil.org/clonedb'>CloneDB</a>
"
};
for
(
var
external_tool
in
other_infos
)
{
for
(
var
external_tool
in
other_infos
)
{
if
(
typeof
this
.
seg
[
external_tool
]
!=
'
undefined
'
&&
if
(
typeof
this
.
seg
[
external_tool
]
!=
'
undefined
'
&&
this
.
seg
[
external_tool
]
!==
null
)
{
this
.
seg
[
external_tool
]
!==
null
)
{
...
...
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