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/04/28 23:24:01 UTC

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

Author: buildbot
Date: Mon Apr 28 21:24:01 2014
New Revision: 907225

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/test/download_droplist.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 28 21:24:01 2014
@@ -1 +1 @@
-1590800
+1590804

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 28 21:24:01 2014
@@ -1 +1 @@
-1590800
+1590804

Modified: websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download_droplist.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_droplist.js Mon Apr 28 21:24:01 2014
@@ -719,13 +719,13 @@ function getLinkAlt( rel_mode ) {
 	getSelLang();
 
 	if ( URL_PLATFORM == "" || LANG_ISO == "" ) {
-		// When no OS or language was chosen, let the user choose again.
-
+		// When OS or language was not chosen, let the user choose again.
+/*
 		resetSel();
 		document.getElementById( "dl_full_link" ).href	= "#";
 		document.getElementById( "dl_full_link" ).text	= "Please first choose an OS";
 		document.getElementById( "dl_full_link" ).title	= "Please first choose an OS";
-
+*/
 		return;
 	}