diff --git a/generated.txt b/generated.txt index f3a865e..cf130d4 100644 --- a/generated.txt +++ b/generated.txt @@ -1 +1 @@ -Tue Oct 8 15:30:30 UTC 2024 +Tue Oct 8 15:38:28 UTC 2024 diff --git a/join/index.en.html b/join/index.en.html index 76be0d0..8b7023f 100644 --- a/join/index.en.html +++ b/join/index.en.html @@ -90,85 +90,7 @@
- +

Registration Form

diff --git a/join/index.fr.html b/join/index.fr.html index eacbac3..60340b2 100644 --- a/join/index.fr.html +++ b/join/index.fr.html @@ -91,42 +91,7 @@ onclick="window.location.href='https://ilot.io/apps/files';"> Vos fichiers
- +

Formulaire d'inscription

diff --git a/js/join.js b/js/join.js index c36de5a..db9e888 100644 --- a/js/join.js +++ b/js/join.js @@ -56,7 +56,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);