ikraamkb commited on
Commit
0353524
·
verified ·
1 Parent(s): f18760e

Update static/application.js

Browse files
Files changed (1) hide show
  1. static/application.js +2 -2
static/application.js CHANGED
@@ -1,4 +1,4 @@
1
- /*document.addEventListener("DOMContentLoaded", () => {
2
  const convo = document.querySelector(".convo");
3
  const input = document.querySelector(".qt input");
4
  const sendBtn = document.querySelector(".sendingQA");
@@ -160,7 +160,7 @@
160
  input.value = "";
161
  selectedFile = null;
162
  });
163
- }); */
164
  document.addEventListener("DOMContentLoaded", () => {
165
  const convo = document.querySelector(".convo");
166
  const input = document.querySelector(".qt input");
 
1
+ document.addEventListener("DOMContentLoaded", () => {
2
  const convo = document.querySelector(".convo");
3
  const input = document.querySelector(".qt input");
4
  const sendBtn = document.querySelector(".sendingQA");
 
160
  input.value = "";
161
  selectedFile = null;
162
  });
163
+ }); /*
164
  document.addEventListener("DOMContentLoaded", () => {
165
  const convo = document.querySelector(".convo");
166
  const input = document.querySelector(".qt input");