Author: kschenk
Date: Wed May 2 02:52:04 2012
New Revision: 1332907
URL: http://svn.apache.org/viewvc?rev=1332907&view=rev
Log:
kls -- maybe rewrite is messing with this
Modified:
incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html
Modified: incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html?rev=1332907&r1=1332906&r2=1332907&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html (original)
+++ incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html Wed May 2 02:52:04
2012
@@ -61,7 +61,7 @@
} else {
<!-- dump SF extension -->
alert("link before replacment: " + LINK);
- LINK = LINK.replace(".html/download",".html");
+ LINK = LINK.replace(/\/download$/,"");
alert ("link after replacment: " + LINK);
<!-- route everybody to somplace else ??? -->
document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>Download
Apache OpenOffice</a></h2>"
@@ -79,7 +79,7 @@
+ "</a></p>"
+ "</div>" );
- //entourage.initialize();
+ entourage.initialize();
//-->
</script>
|