Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Statistical-Genetics
jass
Commits
29adcf61
Commit
29adcf61
authored
Jul 11, 2021
by
Cyril NERIN
Browse files
FIX #89
parent
7a7871f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
jass/static/directLink.html
View file @
29adcf61
...
...
@@ -111,10 +111,10 @@
}
}
if
(
Local_Analysis
==
true
)
{
var
The_Project
=
"
/api/local_project/
"
+
chromosome
+
"
/
"
+
start
+
"
/
"
+
end
;
phe
[
'
chromosome
'
]
=
chromosome
;
phe
[
'
start
'
]
=
start
;
phe
[
'
end
'
]
=
end
;
var
The_Project
=
"
/api/local_projects
"
;
}
else
{
var
The_Project
=
"
/api/projects
"
;
...
...
Write
Preview
Supports
Markdown
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