maj title
This commit is contained in:
@@ -133,7 +133,6 @@ function setupCarousel(global_project_list) {
|
|||||||
detailButton.addEventListener('click', (event) => {
|
detailButton.addEventListener('click', (event) => {
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
window.location.href = `html/projet_detail.html?id=${project.id}`;
|
window.location.href = `html/projet_detail.html?id=${project.id}`;
|
||||||
change_current_project(global_project_list.indexOf(project));
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Add event listener for project delete button
|
// Add event listener for project delete button
|
||||||
|
|||||||
Reference in New Issue
Block a user