Author: nextgens
Date: 2007-12-16 21:41:24 +0000 (Sun, 16 Dec 2007)
New Revision: 16616
Modified:
trunk/website/pages/en/download.php
Log:
website: I should have read the doc
Modified: trunk/website/pages/en/download.php
===================================================================
--- trunk/website/pages/en/download.php 2007-12-16 21:39:19 UTC (rev 16615)
+++ trunk/website/pages/en/download.php 2007-12-16 21:41:24 UTC (rev 16616)
@@ -31,7 +31,7 @@
OSName="unix";
- if(Java > 1)
+ if(Java >= 1 && navigator.javaEnabled())
toggleLayer("jws");
else if (OSName != "") {
toggleLayer("nojws");