Author: marcus
Date: Thu Jun 20 21:14:04 2013
New Revision: 1495190
URL: http://svn.apache.org/r1495190
Log:
Changed variables for testing
Modified:
openoffice/ooo-site/trunk/content/download/test/download.js
Modified: openoffice/ooo-site/trunk/content/download/test/download.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download.js?rev=1495190&r1=1495189&r2=1495190&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download.js Thu Jun 20
21:14:04 2013
@@ -190,8 +190,8 @@ function getPlatform() {
PLATFORM = "Linux_x86-64_install-rpm";
EXTENSION = ".tar.gz";
// UI_PLATFORM = "Linux 64-bit (RPM/DEB ?)";
- // PLATFORM = "other";
- // EXTENSION = "";
+ // PLATFORM = "unknown";
+ // EXTENSION = ".tar.gz";
if ( navigator.userAgent.toLowerCase().indexOf(
"debian" ) != -1 ||
navigator.userAgent.toLowerCase().indexOf(
"ubuntu" ) != -1 ||
navigator.userAgent.toLowerCase().indexOf(
"iceweasel" ) != -1 ) {
@@ -204,8 +204,8 @@ function getPlatform() {
PLATFORM = "Linux_x86_install-rpm";
EXTENSION = ".tar.gz";
// UI_PLATFORM = "Linux 32-Bit (RPM/DEB ?)";
- // PLATFORM = "other";
- // EXTENSION = "";
+ // PLATFORM = "unknown";
+ // EXTENSION = ".tar.gz";
if ( navigator.userAgent.toLowerCase().indexOf(
"debian" ) != -1 ||
navigator.userAgent.toLowerCase().indexOf(
"ubuntu" ) != -1 ||
navigator.userAgent.toLowerCase().indexOf(
"iceweasel" ) != -1 ) {