diff --git a/js/projet_detail.js b/js/projet_detail.js index 432297c..5ad57cd 100644 --- a/js/projet_detail.js +++ b/js/projet_detail.js @@ -7,6 +7,6 @@ document.addEventListener("DOMContentLoaded", () => { current_project=""; }); global_project_list=JSON.parse(localStorage.getItem("project_list")); - document.getElementById("name_project").innerHTML=global_project_list.rows[projectId-1].name; + document.getElementById("name_project").innerHTML=global_project_list.rows[projectId-1].titre; });