This commit is contained in:
arussac
2025-03-10 15:34:37 +01:00
parent f6eb291ef6
commit 14e3e95054
5 changed files with 7 additions and 86 deletions

View File

@@ -24,7 +24,9 @@ function display_projects() {
'veuillez en trouver un autre');
return 0;
}
PostNewProject(nameProject, description);
PostNewProject(nameProject, description).then(() => {
location.reload();})
}
function checkName(Projects, name) {