Spaces:
Running
Running
Update static/application.js
Browse files- static/application.js +2 -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");
|
@@ -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");
|