Author: twiest Date: 2008-01-18 16:07:09 -0500 (Fri, 18 Jan 2008) New Revision: 93293
Modified: trunk/release/website/download_page/download.html Log: * Fixed rusty's JS error. Modified: trunk/release/website/download_page/download.html =================================================================== --- trunk/release/website/download_page/download.html 2008-01-18 20:59:14 UTC (rev 93292) +++ trunk/release/website/download_page/download.html 2008-01-18 21:07:09 UTC (rev 93293) @@ -30,11 +30,10 @@ window.status = "Page is loaded"; /* Unselect other items */ for (i = 0; i < num_os; i++) - if (i != n) - { - document.getElementById("td"+i).style.background = "none"; - document.getElementById("td"+i).style.border = "1px solid #ffffff"; - } + { + document.getElementById("td"+i).style.background = "none"; + document.getElementById("td"+i).style.border = "1px solid #ffffff"; + } // Clean out the html for steps after 1 document.getElementById("step2").innerHTML = ""; _______________________________________________ Mono-patches maillist - Mono-patches@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-patches