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/08/20 19:35:45 UTC

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

Author: buildbot
Date: Wed Aug 20 17:35:45 2014
New Revision: 919926

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-NEXT2/download.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Aug 20 17:35:45 2014
@@ -1 +1 @@
-1619171
+1619174

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Aug 20 17:35:45 2014
@@ -1 +1 @@
-1619171
+1619174

Modified: websites/staging/ooo-site/trunk/content/download-NEXT2/download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download-NEXT2/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download-NEXT2/download.js Wed Aug 20 17:35:45 2014
@@ -684,7 +684,7 @@ DL.checkForLinkExceptions = function() {
 	}
 
 	// If version is '4.1.0' (or newer) and platform is 'Mac OS X <= 10.6', show the none-availability to the user.
-	if( DL.VERSION_SEL === "4.1.0" && DL.PLATFORM === "mac32" ) {
+	if( ( DL.VERSION_SEL === "4.1.1" || DL.VERSION_SEL === "4.1.0" ) && DL.PLATFORM === "mac32" ) {
 		// Show an error message that the chosen items do not lead to a download.
 
 		// If a customized string is not available in the "msg_prop_l10n_XX.js" file.