Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
D-GENIES
Commits
bf1f499a
Commit
bf1f499a
authored
Apr 06, 2018
by
Floreal Cabanettes
Browse files
Show true error if parse of paf file failes, in client side
parent
0531d9d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgenies/static/js/d3.boxplot.js
View file @
bf1f499a
...
...
@@ -85,7 +85,7 @@ d3.boxplot.init = function (id_res=null, from_file=false) {
d3
.
boxplot
.
launch
(
data
);
}
else
{
$
(
"
#supdraw
"
).
html
(
$
(
"
<p>
"
).
html
(
"
This job does not exist!
"
).
css
(
"
margin-top
"
,
"
15px
"
));
$
(
"
#supdraw
"
).
html
(
$
(
"
<p>
"
).
html
(
"
message
"
in
data
?
data
[
"
message
"
]
:
"
This job does not exist!
"
).
css
(
"
margin-top
"
,
"
15px
"
));
dgenies
.
result
.
remove_job_from_cookie
(
dgenies
.
result
.
id_res
);
}
}
...
...
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