From a6c4e27fbab71cea6e130e2b1de012cc6d057acd Mon Sep 17 00:00:00 2001 From: miles Date: Tue, 9 Apr 2013 22:12:42 +0000 Subject: [PATCH] Heatmap Changes: - jump to gene button is now working svn path=/; revision=463 --- Personnel/miles/Web Page/heatMap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Personnel/miles/Web Page/heatMap.php b/Personnel/miles/Web Page/heatMap.php index adf7575..c480f15 100644 --- a/Personnel/miles/Web Page/heatMap.php +++ b/Personnel/miles/Web Page/heatMap.php @@ -427,7 +427,7 @@ function getGeneLoc() { for(var i = 0; i < allClusterIDs.length; i ++) { if(parseInt(allClusterIDs[i])==clusterID) { c = i; - document.getElementById('jumpTo').cluster.value = i+1; + document.jumpToCluster.cluster.value = i+1; getClusterLoc() } } -- 2.34.1