typo
This commit is contained in:
parent
8d75e0aea4
commit
f752e39261
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
Thu Apr 3 16:24:06 UTC 2025
|
Thu Apr 3 16:28:34 UTC 2025
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
8ca24923a7b87d9816d54dafb46a28274a918c40
|
410c11df0ead7cf987c9ddce300833242e3716ee
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
async function createIssue() {
|
async function createIssue() {
|
||||||
var var = 'https://forge.ilot.io/api/v1/repos/ilot/registration/issues';
|
var url = 'https://forge.ilot.io/api/v1/repos/ilot/registration/issues';
|
||||||
var mathspamtrap = document.getElementById("math-spam-trap").value;
|
var mathspamtrap = document.getElementById("math-spam-trap").value;
|
||||||
var agreetoterms = document.getElementById("agree-to-terms").checked;
|
var agreetoterms = document.getElementById("agree-to-terms").checked;
|
||||||
var email = document.getElementById("email").value;
|
var email = document.getElementById("email").value;
|
||||||
|
|
Loading…
Add table
Reference in a new issue