Author: marcus
Date: Wed Apr 30 18:07:09 2014
New Revision: 1591426
URL: http://svn.apache.org/r1591426
Log:
Let the release mode values start with '1' instead of '0', to avoid errors
Modified:
openoffice/ooo-site/trunk/content/download/test/index.html
Modified: openoffice/ooo-site/trunk/content/download/test/index.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/index.html?rev=1591426&r1=1591425&r2=1591426&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index.html Wed Apr 30
18:07:09 2014
@@ -54,7 +54,7 @@ screen reader. -->
// Set a specific language ISO code to force to assemble a certain localized
build as download URL
var NL_LANGUAGE = "";
// Get the download URL for released install files (0 = release mode)
- var LINK = getLink( 0 );
+ var LINK = getLink( 1 );
/*
document.write ( "Language ISO: " + LANG_ISO + " - has MirrorLink()?: " +
hasMirrorLink() + "<br />"
+ "SourceForge: " + SOURCEFORGE + " - Other: " + OTHER + " - Archive: " +
ARCHIVE + "<br />"