You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/04/27 20:26:07 UTC

svn commit: r1590444 - /openoffice/ooo-site/trunk/content/download/test/download.js

Author: marcus
Date: Sun Apr 27 18:26:06 2014
New Revision: 1590444

URL: http://svn.apache.org/r1590444
Log:
Reworked order of the filename assignment

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

Modified: openoffice/ooo-site/trunk/content/download/test/download.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download.js?rev=1590444&r1=1590443&r2=1590444&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download.js Sun Apr 27 18:26:06 2014
@@ -526,13 +526,13 @@ function getFilesize( rel_mode ) {
 			RELEASE_MATRIX_PLATFORM_POS = 0;
 			break;
 		case "Linux_x86-64_install-rpm":
-			RELEASE_MATRIX_PLATFORM_POS = 1;
+			RELEASE_MATRIX_PLATFORM_POS = 2;
 			break;
 		case "Linux_x86_install-deb":
 			RELEASE_MATRIX_PLATFORM_POS = 4;
 			break;
 		case "Linux_x86_install-rpm":
-			RELEASE_MATRIX_PLATFORM_POS = 5;
+			RELEASE_MATRIX_PLATFORM_POS = 6;
 			break;
 		case "MacOS_x86-64_install":
 			RELEASE_MATRIX_PLATFORM_POS = 8;