You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2014/03/14 21:21:44 UTC

svn commit: r901615 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/download.js

Author: buildbot
Date: Fri Mar 14 20:21:44 2014
New Revision: 901615

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/download.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Mar 14 20:21:44 2014
@@ -1 +1 @@
-1577689
+1577690

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Mar 14 20:21:44 2014
@@ -1 +1 @@
-1577689
+1577690

Modified: websites/staging/ooo-site/trunk/content/download/download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/download.js Fri Mar 14 20:21:44 2014
@@ -124,6 +124,10 @@ function hasMirrorLink() {
 function getLink( rel_mode ) {
 	var chk_link = "";
 
+	// If no release mode was given, assume it's about the stable release
+	if ( rel_mode == undefined )
+		rel_mode = 0;
+
 	getLanguage();
 	getPlatform( rel_mode );
 	if ( hasMirrorLink() ) {