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
hub
ViralHostRangeDB
Commits
1ae594d0
Commit
1ae594d0
authored
Oct 02, 2019
by
Bryan BRANCOTTE
Browse files
bugfix
parent
ccfbd803
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/viralhostrange/viralhostrangedb/static/js/browse.js
View file @
1ae594d0
...
...
@@ -631,7 +631,7 @@ function trigger_download(){
if
(
$
(
'
select[name="virus"]
'
).
parent
().
find
(
'
input[type="checkbox"]:checked
'
).
length
==
0
){
no_selected_virus
=
true
;
}
if
(
$
(
'
select[name="
virus
"]
'
).
parent
().
find
(
'
input[type="checkbox"]:checked
'
).
length
==
0
){
if
(
$
(
'
select[name="
host
"]
'
).
parent
().
find
(
'
input[type="checkbox"]:checked
'
).
length
==
0
){
no_selected_host
=
true
;
}
$
(
"
#grid_host tbody th[data-row]
"
).
map
(
function
(
i
,
n
){
...
...
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