You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2012/04/30 23:49:27 UTC

svn commit: r1332422 - /incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js

Author: kschenk
Date: Mon Apr 30 21:49:27 2012
New Revision: 1332422

URL: http://svn.apache.org/viewvc?rev=1332422&view=rev
Log:
kls -- fixing getPlatform in download_new_dl

Modified:
    incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js

Modified: incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js?rev=1332422&r1=1332421&r2=1332422&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js (original)
+++ incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js Mon Apr 30 21:49:27 2012
@@ -579,8 +579,8 @@ function getPlatform(schema) {
 			return navigator.platform;
 		}
 	} // null navigator platform
-	return "Windows";
 	}
+	return "Windows";
 }
 
 /*