Spaces:
Running
Running
Update static/appS.js
Browse files- static/appS.js +1 -0
static/appS.js
CHANGED
@@ -58,6 +58,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
58 |
// "Got it" button to hide explanation div
|
59 |
|
60 |
gotItButton.addEventListener('click', () => {
|
|
|
61 |
explainChoixDiv.style.display = "none";
|
62 |
});
|
63 |
|
|
|
58 |
// "Got it" button to hide explanation div
|
59 |
|
60 |
gotItButton.addEventListener('click', () => {
|
61 |
+
console.log("clicked")
|
62 |
explainChoixDiv.style.display = "none";
|
63 |
});
|
64 |
|