Author: nextgens
Date: 2008-02-26 01:56:26 +0000 (Tue, 26 Feb 2008)
New Revision: 18152

Modified:
   trunk/website/pages/en/download.php
Log:
website: even Vista users might want to access downloads for other, Real OSes

Modified: trunk/website/pages/en/download.php
===================================================================
--- trunk/website/pages/en/download.php 2008-02-26 01:54:55 UTC (rev 18151)
+++ trunk/website/pages/en/download.php 2008-02-26 01:56:26 UTC (rev 18152)
@@ -91,6 +91,7 @@
        hideDiv("unix");
        if(navigator.userAgent.indexOf("Windows NT 6.0") > -1) {
                // Windows vista has UAC enabled by default. We need to propose 
the .exe as JWS won't work :|
+               showDiv("nojws");
                showDiv("windows");
        } else if(Java >= 1 && navigator.javaEnabled()) {
                showDiv("jws");


Reply via email to