Author: kschenk
Date: Mon Apr 30 22:03:51 2012
New Revision: 1332436
URL: http://svn.apache.org/viewvc?rev=1332436&view=rev
Log:
kls-- what's really in there?
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=1332436&r1=1332435&r2=1332436&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 22:03:51 2012
@@ -378,12 +378,12 @@ function hasMirrorLink() {
var platform = getPlatform();
var schema = SCHEMA;
- alert ("schema: " + schema);
+ alert ("schema: -" + schema +"-");
if (schema == "aoo_incubating") {
platform = getPlatform(schema);
}
- alert ("Platform: " + platform);
+ alert ("Platform: -" + platform +"-");
/* first check for availability */
if ( platform == 'none') {
return false;