You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2014/08/14 22:56:27 UTC

svn commit: r1618050 - /openoffice/ooo-site/trunk/content/download-NEXT2/download.js

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;
 			}