From 2cd6f5a2daf536f002efc692dfcad852643a2391 Mon Sep 17 00:00:00 2001 From: miles Date: Thu, 11 Oct 2012 22:18:58 +0000 Subject: [PATCH] check boxes no longer disappear after they have been checked, the list of species is static svn path=/; revision=401 --- Personnel/miles/Web Page/heatMap.php | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/Personnel/miles/Web Page/heatMap.php b/Personnel/miles/Web Page/heatMap.php index c3bd403..5d0cceb 100644 --- a/Personnel/miles/Web Page/heatMap.php +++ b/Personnel/miles/Web Page/heatMap.php @@ -5,7 +5,10 @@ +" > \n"; -echo $allSpecies[$i] . "\n"; +for($i = 0; $i < sizeof($originalSpecies); $i++) { +echo "\n"; +echo $originalSpecies[$i] . "\n"; } ?>

@@ -517,7 +524,7 @@ function generateImage() { function resubmitSpecies() { var eliminatedSpecies = "";