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 2017/03/31 14:14:55 UTC

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

Author: buildbot
Date: Fri Mar 31 14:14:55 2017
New Revision: 1009468

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 31 14:14:55 2017
@@ -1 +1 @@
-1789675
+1789690

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Mar 31 14:14:55 2017
@@ -1 +1 @@
-1789675
+1789690

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 31 14:14:55 2017
@@ -1118,7 +1118,9 @@ DL.getPlatform = function() {
 			}
 
 			// OS X: 10.7 or newer?
-			if( ua.indexOf( " 10.11"	) !== -1 ||
+			if( ua.indexOf( " 10.12"	) !== -1 ||
+			    ua.indexOf( " 10_12"	) !== -1 ||
+			    ua.indexOf( " 10.11"	) !== -1 ||
 			    ua.indexOf( " 10_11"	) !== -1 ||
 			    ua.indexOf( " 10.10"	) !== -1 ||
 			    ua.indexOf( " 10_10"	) !== -1 ||