diff --git a/generated.txt b/generated.txt index bb84a84..33c821b 100644 --- a/generated.txt +++ b/generated.txt @@ -1 +1 @@ -Tue Oct 8 15:22:32 UTC 2024 +Tue Oct 8 15:25:00 UTC 2024 diff --git a/join/index.en.html b/join/index.en.html index 996790c..76be0d0 100644 --- a/join/index.en.html +++ b/join/index.en.html @@ -149,7 +149,6 @@ var ocuser = document.getElementById("oc-user").value; var ocuser = ocuser.replace (/^/,'OpenCollective Profile: '); var description = name + "%0A%0A" + aboutme + "%0A%0A" + howfound + "%0A%0A" + ocuser; - var description = name + "%0A%0A" + aboutme + "%0A%0A" + howfound; var url = baseurl.concat("&title=", email, "&description=", description); console.log('Description:', description); diff --git a/join/index.fr.html b/join/index.fr.html index b3e0b15..d0157ba 100644 --- a/join/index.fr.html +++ b/join/index.fr.html @@ -116,8 +116,7 @@ howfound = howfound.replace (/^/,'How I found ilot: '); var howfound = howfound.replace(/\r?\n/g, "%0A%0A"); var ocuser = document.getElementById("oc-user").value; var ocuser = ocuser.replace (/^/,'OpenCollective Profile: '); var description = name + "%0A%0A" + -aboutme + "%0A%0A" + howfound + "%0A%0A" + ocuser; var description = name + -"%0A%0A" + aboutme + "%0A%0A" + howfound; var url = +aboutme + "%0A%0A" + howfound + "%0A%0A" + ocuser; var url = baseurl.concat("&title=", email, "&description=", description); console.log('Description:', description); fetch(url, { method: 'POST', headers: { 'PRIVATE-TOKEN': 'glpat-RaoZSW_3XMhkGr19k6Wv', 'Content-Type':