Correction de bug
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent 61adf12951
commit d9f252d0d8

@ -183,7 +183,7 @@
console.log('[SaveCode] '+xhr.responseText);
};
var searchParams = new URLSearchParams(window.location.search);
xhr.send("code=" + editor.getValue() + "&index=" + index, "&enigmeId=" + enigmeId);
xhr.send("code=" + editor.getValue() + "&index=" + index + "&enigmeId=" + enigmeId);
}
document.getElementById ('editor').addEventListener('input', saveCode);
</script>

Loading…
Cancel
Save