This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git


The following commit(s) were added to refs/heads/main by this push:
     new dd8681f2ea Update contribute.html to make continue non-variable
dd8681f2ea is described below

commit dd8681f2ea9cf6ad799a63e9a65a15f73fbe748f
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Jul 16 11:35:22 2025 -0700

    Update contribute.html to make continue non-variable
---
 content/it/download/contribute.html | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/content/it/download/contribute.html 
b/content/it/download/contribute.html
index 6e2033d488..80cd961e59 100644
--- a/content/it/download/contribute.html
+++ b/content/it/download/contribute.html
@@ -23,10 +23,7 @@
 
 <script language="JavaScript">
 function cont() {
-s=window.location.search;
-s=s.substr(10);
-s=unescape(s);
-window.location.href=s;
+window.open("https://www.openoffice.org/it/download/";);
 }
 function donate() {
 window.open("http://contributing.openoffice.org/donate.html","_blank";);

Reply via email to