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
368355e8
Commit
368355e8
authored
Jan 29, 2018
by
Floreal Cabanettes
Browse files
Remove size of file on switch to URL, Fixes
#109
parent
3b65b7ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgenies/static/js/dgenies.run.js
View file @
368355e8
...
...
@@ -224,6 +224,7 @@ dgenies.run.change_fasta_type = function (fasta, type, keep_url=false) {
input
.
val
(
""
);
container
.
width
(
348
);
}
$
(
"
div.file-size.
"
+
fasta
).
html
(
""
);
};
dgenies
.
run
.
set_filename
=
function
(
name
,
fasta
)
{
...
...
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