Hello!
To see the file structure, click on "tree".
Note that updates take place every 10 minutes, commits may not be seen immediately.
projects
/
old-jaiswallab-svn
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a8a354
)
Heatmap Changes:
author
miles
<miles@localhost>
Tue, 9 Apr 2013 22:12:42 +0000
(22:12 +0000)
committer
miles
<miles@localhost>
Tue, 9 Apr 2013 22:12:42 +0000
(22:12 +0000)
- jump to gene button is now working
svn path=/; revision=463
Personnel/miles/Web Page/heatMap.php
patch
|
blob
|
history
diff --git
a/Personnel/miles/Web Page/heatMap.php
b/Personnel/miles/Web Page/heatMap.php
index adf7575127edd9631a9231e4e168e5a1dd2494d2..c480f1570143393fd74de8e9fd8f11a68eb341cd 100644
(file)
--- 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()
}
}