diff --git a/join.fr.mo b/join.fr.mo index edc441f..f328664 100644 Binary files a/join.fr.mo and b/join.fr.mo differ diff --git a/join.fr.po b/join.fr.po index e34a4a5..8938301 100644 --- a/join.fr.po +++ b/join.fr.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ilot.io\n" -"POT-Creation-Date: 2024-08-09 21:13-0400\n" -"PO-Revision-Date: 2024-08-09 21:14-0400\n" +"POT-Creation-Date: 2024-10-08 11:02-0400\n" +"PO-Revision-Date: 2024-10-08 11:02-0400\n" "Last-Translator: \n" "Language-Team: dev@ayakael.net\n" "Language: fr\n" @@ -54,19 +54,15 @@ msgstr "" msgid "Basic Info:" msgstr "Informations de base:" -#. type: Content of:
+#. type: Content of:
msgid "" " " +"name=\"name\" type=\"text\" maxlength=\"40\">" msgstr "" " " +"name=\"name\" type=\"text\" maxlength=\"40\">" -#. type: Content of:

+#. type: Content of:


msgid "" "

" diff --git a/join.html b/join.html index cb34278..e4b01ee 100644 --- a/join.html +++ b/join.html @@ -20,8 +20,6 @@
- -

diff --git a/join.pot b/join.pot index d43d95a..c8558c5 100644 --- a/join.pot +++ b/join.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-09-11 14:44-0400\n" +"POT-Creation-Date: 2024-10-08 11:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -44,15 +44,13 @@ msgstr "" msgid "Basic Info:" msgstr "" -#. type: Content of:
+#. type: Content of:
msgid "" " " +"name=\"name\" type=\"text\" maxlength=\"40\">" msgstr "" -#. type: Content of:

+#. type: Content of:


msgid "" "

" diff --git a/js/join.js b/js/join.js index c55a592..74a9c81 100644 --- a/js/join.js +++ b/js/join.js @@ -21,7 +21,6 @@ async function createIssue() { var baseurl = 'https://lab.ilot.io/api/v4/projects/99/issues?&labels=Request'; - var emptyfield = document.getElementById("emptyfield").value; var mathspamtrap = document.getElementById("math-spam-trap").value; var agreetoterms = document.getElementById("agree-to-terms").checked; var email = document.getElementById("email").value; @@ -36,11 +35,6 @@ return false; } - if(emptyfield) { - alert("Empty field should be empty"); - return false; - } - if(mathspamtrap != "9") { alert("Wrong math answer"); return false;