From 300aa67a7b63504f8ca1ab426a7b6105bf7ff2d2 Mon Sep 17 00:00:00 2001 From: anto Date: Thu, 24 Oct 2024 16:06:21 +0200 Subject: [PATCH] test --- js/projet_detail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; });