Spaces:
Sleeping
Sleeping
Update static/application.js
Browse files- static/application.js +1 -0
static/application.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
document.addEventListener("DOMContentLoaded", () => {
|
|
|
|
| 2 |
const convo = document.querySelector(".convo");
|
| 3 |
const input = document.querySelector(".qt input");
|
| 4 |
const sendBtn = document.querySelector(".sendingQA");
|
|
|
|
| 1 |
document.addEventListener("DOMContentLoaded", () => {
|
| 2 |
+
console.log("js file loaded")
|
| 3 |
const convo = document.querySelector(".convo");
|
| 4 |
const input = document.querySelector(".qt input");
|
| 5 |
const sendBtn = document.querySelector(".sendingQA");
|