ikraamkb commited on
Commit
6b4c885
·
verified ·
1 Parent(s): e4dbc24

Update static/appS.js

Browse files
Files changed (1) hide show
  1. 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