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/29 20:08:40 UTC

svn commit: r1591039 - /openoffice/ooo-site/trunk/content/download/globalvars.js

Author: marcus
Date: Tue Apr 29 18:08:40 2014
New Revision: 1591039

URL: http://svn.apache.org/r1591039
Log:
Deleted not need variable

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

Modified: openoffice/ooo-site/trunk/content/download/globalvars.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/globalvars.js?rev=1591039&r1=1591038&r2=1591039&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/globalvars.js (original)
+++ openoffice/ooo-site/trunk/content/download/globalvars.js Tue Apr 29 18:08:40 2014
@@ -40,8 +40,7 @@ var BETA_MILESTONE		= "AOO410m14";
 var BETA_BUILD			= "9760";
 var BETA_SVN_REV		= "r1573601";
 var BETA_REL_DATE		= "2014-Mar-10";
-var BETA_ACTIVE		= true;
-var BETA_VISIBLE		= false;
+var BETA_ACTIVE			= -1;		// 1 = activate download, 0 = display "coming soon", other value = display nothing
 
 var BETA_PLATFORM		= new Array( "Win_x86", "Linux_x86_rpm", "Linux_x86_deb", "Linux_x86-64_rpm", "Linux_x86-64_deb", "MacOS_x86-64" );
 var BETA_FULL_LANG		= new Array( "ast","bg","cs","da","de","el","en-GB","en-US","es","eu","fi","fr","gd","gl","hi","hu","it","ja","km","ko","lt","nb","nl","pl","pt","pt-BR","ru","sk","sl","sr","sv","ta","th","tr","vi","zh-CN","zh-TW" );