diff options
author | Frederick Muriuki Muriithi | 2021-09-20 09:15:10 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2021-09-20 09:15:10 +0300 |
commit | cfe0de277021c41eedeb65ec7f1560ac6d67ad0a (patch) | |
tree | 4bf33bdbb751817506a61d615e4ddecd10fe6230 | |
parent | 614f641624582754e29b84d632e311ed5f186c1e (diff) | |
download | genenetwork2-cfe0de277021c41eedeb65ec7f1560ac6d67ad0a.tar.gz |
Fix id used.
-rw-r--r-- | wqflask/wqflask/templates/collections/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/collections/view.html b/wqflask/wqflask/templates/collections/view.html index 06fd80f4..0578460d 100644 --- a/wqflask/wqflask/templates/collections/view.html +++ b/wqflask/wqflask/templates/collections/view.html @@ -257,7 +257,7 @@ make_default(); }); - $("#clustered-heatmaps").on("click", function() { + $("#clustered-heatmap").on("click", function() { heatmap_url = $(this).attr("data-url") console.log("heatmap url:", heatmap_url) traits = $(".trait_checkbox:checked").map(function() { |