Author: kschenk
Date: Thu Aug 14 20:56:26 2014
New Revision: 1618050

URL: http://svn.apache.org/r1618050
Log:
Fixed default version to 4.1.1. We need testing for Macs.


Modified:
    openoffice/ooo-site/trunk/content/download-NEXT2/download.js

Modified: openoffice/ooo-site/trunk/content/download-NEXT2/download.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download-NEXT2/download.js?rev=1618050&r1=1618049&r2=1618050&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download-NEXT2/download.js (original)
+++ openoffice/ooo-site/trunk/content/download-NEXT2/download.js Thu Aug 14 
20:56:26 2014
@@ -433,7 +433,7 @@ DL.setVersionSelection = function() {
                // Default: Assign "4.1.0".
                for( var i = 0, j = DL.SEL_VER.length; i < j; i = i + 2 ) {
                        // If the version was found, set it as pre-selected.
-                       if( DL.SEL_VER[ i ] === "4.1.0" ) {
+                       if( DL.SEL_VER[ i ] === "4.1.1" ) {
                                selection.selectedIndex = i / 2;
                                break;
                        }


Reply via email to