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/26 23:57:55 UTC

svn commit: r1331120 - /incubator/ooo/ooo-site/trunk/content/download/test/download_new_mirrorbrain.js

Author: kschenk
Date: Thu Apr 26 21:57:54 2012
New Revision: 1331120

URL: http://svn.apache.org/viewvc?rev=1331120&view=rev
Log:
kls -- more DL code changes, comments

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

Modified: incubator/ooo/ooo-site/trunk/content/download/test/download_new_mirrorbrain.js
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/test/download_new_mirrorbrain.js?rev=1331120&r1=1331119&r2=1331120&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/test/download_new_mirrorbrain.js (original)
+++ incubator/ooo/ooo-site/trunk/content/download/test/download_new_mirrorbrain.js Thu Apr 26 21:57:54 2012
@@ -531,7 +531,7 @@ function mirrorbrain_getPlatformForMirro
 				return navigator.platform;
 			}
 		}
-	}
+	} // odd, no schema ?
 	return ( a[3] == 'y' ) ? "Win_x86_install-wJRE" : "Win_x86_install";
 }