Skip to content

Commit

Permalink
Removed older/commented code block
Browse files Browse the repository at this point in the history
  • Loading branch information
jorvis committed Aug 9, 2024
1 parent 4f2118d commit 94c7be6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions www/plugins/deafness_gene_annotation/expression.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,22 +109,6 @@ function deafness_plugin_gene_change() {
document.getElementById("img-deafness-gene-human-putative").src = "./img/icons/org-2-dark-64.svg";
document.getElementById("btn-deafness-gene-human-putative").disabled = false;
}

return;



if (hl_data.hasOwnProperty(gene_symbol)) {
$("button#deafness_gene_human_putative").attr("disabled", false);
$('#deafness_gene_human_putative img').attr('src', './img/icons/org-2-unknown-dark-64.svg');
$('#deafness_gene_human_putative').attr('data-title',
hl_data[gene_symbol]['locus']);

var links_tmpl = $.templates("#tmpl_deafness_resource_links");
var links_html = links_tmpl.render(hl_data[gene_symbol]['links']);
$("#deafness_popover_links").html(links_html);
$('#deafness_gene_human_putative').attr("data-popover", $("#deafness_popover_c").html())
}
}


Expand Down

0 comments on commit 94c7be6

Please sign in to comment.