This commit is contained in:
anto
2024-10-24 16:06:21 +02:00
parent 0d19773ebb
commit 300aa67a7b

View File

@@ -7,6 +7,6 @@ document.addEventListener("DOMContentLoaded", () => {
current_project=""; current_project="";
}); });
global_project_list=JSON.parse(localStorage.getItem("project_list")); 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;
}); });