Skip to content
Snippets Groups Projects

Display filtering

Merged Sandra Derozier requested to merge dev into master
2 files
+ 8
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -82,6 +82,10 @@ function createTable(path) {
let l_path = path.split('/');
let taxonid = l_path[l_path.length-1];
$('#filter_taxon_phenotype').removeAttr('disabled');
$('#spinner_taxon_phenotype').show();
$('#spinner_taxon_phenotype2').show();
$.getJSON($SCRIPT_ROOT + '/_get_list_relations',
{ taxonid: taxonid,
type: 'phenotype'
Loading