From: miles Date: Tue, 9 Apr 2013 22:12:42 +0000 (+0000) Subject: Heatmap Changes: X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=a6c4e27fbab71cea6e130e2b1de012cc6d057acd;p=old-jaiswallab-svn%2F.git Heatmap Changes: - jump to gene button is now working svn path=/; revision=463 --- 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() } }