à jour
This commit is contained in:
@@ -85,7 +85,9 @@ function display_projects() {
|
||||
document.getElementById('okBtn').onclick = function() {
|
||||
document.getElementById('customAlert').style.display = 'none';
|
||||
// Call your delete function here
|
||||
deleteProject(global_project_list[i].id);
|
||||
deleteProject(global_project_list[i].id).then(()=>{
|
||||
location.reload();
|
||||
})
|
||||
};
|
||||
|
||||
document.getElementById('cancelBtn').onclick = function() {
|
||||
|
||||
Reference in New Issue
Block a user