Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
genotoul-bioinfo
D-GENIES
Commits
8170a9ea
Commit
8170a9ea
authored
Feb 20, 2018
by
Floreal Cabanettes
Browse files
Fix mode in JS
parent
afeca78f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgenies/static/js/dgenies.result.export.js
View file @
8170a9ea
...
...
@@ -208,7 +208,7 @@ dgenies.result.export.export = function () {
dgenies
.
result
.
export
.
export_no_association_file
(
"
target
"
);
}
else
if
(
selection
===
8
)
{
if
(
dgenies
.
result
.
mode
===
"
webserver
"
)
{
if
(
dgenies
.
mode
===
"
webserver
"
)
{
dgenies
.
result
.
export
.
export_query_as_reference_fasta_webserver
();
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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