à jour
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user