Spaces:
Running
Running
Update static/application.js
Browse files- static/application.js +3 -2
static/application.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
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 |
+
*/
|