From 84546f020141ee31782cc6e3166b263aef44301b Mon Sep 17 00:00:00 2001 From: Thibaud Date: Fri, 13 Sep 2024 18:52:25 +0200 Subject: [PATCH] rename fiche to modal --- frontend/src/html/index.html | 2 +- frontend/src/scripts/UI/modal.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/html/index.html b/frontend/src/html/index.html index 36db215..94dae5f 100644 --- a/frontend/src/html/index.html +++ b/frontend/src/html/index.html @@ -62,7 +62,7 @@ - +
diff --git a/frontend/src/scripts/UI/modal.js b/frontend/src/scripts/UI/modal.js index 606d079..dadfa8f 100644 --- a/frontend/src/scripts/UI/modal.js +++ b/frontend/src/scripts/UI/modal.js @@ -2,7 +2,7 @@ class Modal { // TODO : industrialiser en créant une classe } -const modalDialog = document.getElementById('fiche'); +const modalDialog = document.getElementById('modal'); var modal_hooks = [];