ikraamkb commited on
Commit
2c409b6
Β·
verified Β·
1 Parent(s): 326ff42

Update static/appS.js

Browse files
Files changed (1) hide show
  1. static/appS.js +2 -2
static/appS.js CHANGED
@@ -7,8 +7,8 @@ document.addEventListener('DOMContentLoaded', () => {
7
  const sendButtons = document.querySelectorAll('.sendingQA');
8
  const SummarizeInput = document.querySelector(".SummarizeInput");
9
  const CaptionInput = document.querySelector(".CaptionInput");
10
- const gotItButton = document.getElementById('got-it-btn'); // βœ… Button to hide explain div
11
- const explainChoixDiv = document.getElementById('explainChoix'); // βœ… Div to hide
12
 
13
  let selectedFile = null;
14
  let filePreviewBubble = null;
 
7
  const sendButtons = document.querySelectorAll('.sendingQA');
8
  const SummarizeInput = document.querySelector(".SummarizeInput");
9
  const CaptionInput = document.querySelector(".CaptionInput");
10
+ const gotItButton = document.querySelector('.explainChoix Botton'); // βœ… Button to hide explain div
11
+ const explainChoixDiv = document.querySelector('.explainChoix'); // βœ… Div to hide
12
 
13
  let selectedFile = null;
14
  let filePreviewBubble = null;