ikraamkb commited on
Commit
c00328a
·
verified ·
1 Parent(s): 4015ef4

Update static/application.js

Browse files
Files changed (1) hide show
  1. static/application.js +3 -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");
@@ -236,7 +236,7 @@
236
  document.head.appendChild(style);
237
 
238
  });
239
- */
240
  document.addEventListener("DOMContentLoaded", () => {
241
  const convo = document.querySelector(".convo");
242
  const input = document.querySelector(".qt input");
@@ -481,3 +481,4 @@ document.addEventListener("DOMContentLoaded", () => {
481
  document.head.appendChild(style);
482
 
483
  });
 
 
1
+ document.addEventListener("DOMContentLoaded", () => {
2
  const convo = document.querySelector(".convo");
3
  const input = document.querySelector(".qt input");
4
  const sendBtn = document.querySelector(".sendingQA");
 
236
  document.head.appendChild(style);
237
 
238
  });
239
+ /*
240
  document.addEventListener("DOMContentLoaded", () => {
241
  const convo = document.querySelector(".convo");
242
  const input = document.querySelector(".qt input");
 
481
  document.head.appendChild(style);
482
 
483
  });
484
+ */