Author: zothar
Date: 2007-12-16 23:16:02 +0000 (Sun, 16 Dec 2007)
New Revision: 16629
Modified:
trunk/website/pages/en/download.php
Log:
Fix copy/paste goof on download page
Modified: trunk/website/pages/en/download.php
===================================================================
--- trunk/website/pages/en/download.php 2007-12-16 23:11:31 UTC (rev 16628)
+++ trunk/website/pages/en/download.php 2007-12-16 23:16:02 UTC (rev 16629)
@@ -87,12 +87,6 @@
else if (navigator.appVersion.indexOf("Linux")!=-1)
OSName="unix";
- if(Java >= 1 && navigator.javaEnabled())
- toggleLayer("jws");
- else if (OSName != "") {
- toggleLayer("nojws");
- toggleLayer(OSName);
- }
hideDiv("jws");
hideDiv("nojws");
hideDiv("windows");