Skip to content

Commit

Permalink
Minor UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemSempere committed Nov 14, 2024
1 parent b6e1a63 commit a46d65e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1814,6 +1814,7 @@ function extractUniqueAlleles(jsonResult) {
}

function taxonSelected() {
$('#grpProj').hide();
let selectedTaxon = $("#taxa").val();
$("#module option").each(function() {
let showOption = selectedTaxon == "(Any taxon)" || selectedTaxon == $(this).attr("data-taxon");
Expand Down

0 comments on commit a46d65e

Please sign in to comment.