You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2012/06/17 19:19:45 UTC

svn commit: r1351128 - /incubator/ooo/ooo-site/trunk/content/download/download_improved.js

Author: marcus
Date: Sun Jun 17 17:19:45 2012
New Revision: 1351128

URL: http://svn.apache.org/viewvc?rev=1351128&view=rev
Log:
Edit to fource a staging build

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

Modified: incubator/ooo/ooo-site/trunk/content/download/download_improved.js
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/download_improved.js?rev=1351128&r1=1351127&r2=1351128&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/download_improved.js (original)
+++ incubator/ooo/ooo-site/trunk/content/download/download_improved.js Sun Jun 17 17:19:45 2012
@@ -604,7 +604,8 @@ function openItem( itemid, uri ) {
 	       itemid=="optionitem5" ||
 	       itemid=="optionitem6" ||
 	       itemid=="optionitem7" ||
-	       itemid=="optionitem8" ) && uri.indexOf( MIRROR_MIRRORBRAIN_URL ) > -1 ) {
+	       itemid=="optionitem8" ) &&
+           uri.indexOf( MIRROR_MIRRORBRAIN_URL ) > -1 ) {
 
 		uri = uri.replace( MIRROR_MIRRORBRAIN_URL, "");
 		uri = "http://download.openoffice.org/contribute.html?download=mirrorbrain&" + escape( uri );