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 = [];