Author: marcus
Date: Mon May 21 19:42:58 2012
New Revision: 1341166
URL: http://svn.apache.org/viewvc?rev=1341166&view=rev
Log:
Fixed error to assemble the checksum links in the sub-green box, used the wrong
variable for the language
Modified:
incubator/ooo/ooo-site/trunk/content/download/download_improved.js
Modified: incubator/ooo/ooo-site/trunk/content/download/download_improved.js
URL:
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/download_improved.js?rev=1341166&r1=1341165&r2=1341166&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/download_improved.js
(original)
+++ incubator/ooo/ooo-site/trunk/content/download/download_improved.js Mon May
21 19:42:58 2012
@@ -502,7 +502,7 @@ function apache_getChecksum( version, nl
else
language = getLanguageISO( nl_language );
- if ( nl_language == "en-US" )
+ if ( language == "en-US" )
var link = MIRROR_APACHE_DIST_URL + APACHE_SUFFIX_STABLE +
version + "/";
else
var link = MIRROR_APACHE_DIST_URL + APACHE_SUFFIX_LOC +
language + "/" + version + "/";