Author: marcus
Date: Tue Mar 11 10:42:23 2014
New Revision: 1576268
URL: http://svn.apache.org/r1576268
Log:
Deleted debug comments
Modified:
openoffice/ooo-site/trunk/content/download/index.html
Modified: openoffice/ooo-site/trunk/content/download/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/index.html?rev=1576268&r1=1576267&r2=1576268&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/index.html Tue Mar 11 10:42:23 2014
@@ -55,12 +55,6 @@ screen reader. -->
var NL_LANGUAGE = "";
// Get the download URL for released install files (0 = release mode)
var LINK = getLink( 0 );
-/*
- document.write ( "Language ISO: " + LANG_ISO + " - has MirrorLink()?: " + hasMirrorLink()
+ "<br />"
- + "SourceForge: " + SOURCEFORGE + " - Other: " + OTHER + " - Archive: " + ARCHIVE + "<br
/>"
- + "UI_PLATFORM: " + UI_PLATFORM + " - URL_PLATFORM: " + URL_PLATFORM + " - EXTENSION: "
+ EXTENSION + "<br />"
- + "LINK: " + LINK );
-*/
if ( hasMirrorLink() ) {
if ( SOURCEFORGE ) {
// If download URL contains "sourceforge" (-> normal and correct download link),
@@ -169,12 +163,6 @@ screen reader. -->
var NL_LANGUAGE = "";
// Get the download URL for Beta releases (>0 = beta mode)
var LINK = getLink( 1 );
-/*
- document.write ( "Language ISO: " + LANG_ISO + " - has MirrorLink()?: " + hasMirrorLink()
+ "<br />"
- + "SourceForge: " + SOURCEFORGE + " - Other: " + OTHER + " - Archive: " + ARCHIVE + "<br
/>"
- + "UI_PLATFORM: " + UI_PLATFORM + " - URL_PLATFORM: " + URL_PLATFORM + " - EXTENSION:
" + EXTENSION + "<br />"
- + "LINK: " + LINK );
-*/
if ( hasMirrorLink() ) {
if ( SOURCEFORGE ) {
// If a Beta Release is available for download, then download from Sourceforge with
displayed platform and language.
|