Author: kschenk
Date: Tue May 1 21:57:56 2012
New Revision: 1332857
URL: http://svn.apache.org/viewvc?rev=1332857&view=rev
Log:
kls -- took alerts out. erady to go
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=1332857&r1=1332856&r2=1332857&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 Tue May 1 21:57:56
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;
|