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/05/02 16:19:03 UTC

svn commit: r1591926 - /openoffice/ooo-site/trunk/content/download/test/index.html

Author: marcus
Date: Fri May  2 14:19:02 2014
New Revision: 1591926

URL: http://svn.apache.org/r1591926
Log:
Deleted unused 'if' statement

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=1591926&r1=1591925&r2=1591926&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index.html Fri May  2 14:19:02 2014
@@ -114,9 +114,6 @@ screen reader. -->
     + "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 hash'>SHA256</a> , "
     + "<a href='../checksums.html' title='How to verify the download with checksums?'>How to verify?</a> | " );
   }
-  if ( ARCHIVE ) {
-    VERSION = PRE_VERSION;
-  }
   document.write( "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+" + VERSION_SHORT + "+Release+Notes'"
     + "title='What is new, what has been improved in Apache OpenOffice " + VERSION + "?'><b>Release Notes</b></a> | <br />"
     + "<a href='other.html' title='Get all platforms, languages, language packs to download'>"
@@ -130,6 +127,7 @@ screen reader. -->
     + "<a href='../legacy/index.html' title='Get the legacy version of OpenOffice.org "
     + LEGACYVERSION + "'><b>" + LEGACYVERSION + "</b></a></p>"
   + "</div>" );
+
   entourage.initialize();
   //-->
   </script>