about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2021-09-20 09:15:10 +0300
committerFrederick Muriuki Muriithi2021-09-20 09:15:10 +0300
commitcfe0de277021c41eedeb65ec7f1560ac6d67ad0a (patch)
tree4bf33bdbb751817506a61d615e4ddecd10fe6230
parent614f641624582754e29b84d632e311ed5f186c1e (diff)
downloadgenenetwork2-cfe0de277021c41eedeb65ec7f1560ac6d67ad0a.tar.gz
Fix id used.
-rw-r--r--wqflask/wqflask/templates/collections/view.html2
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() {