Spaces:
Running
Running
Update static/application.js
Browse files- static/application.js +4 -0
static/application.js
CHANGED
@@ -184,4 +184,8 @@ document.addEventListener("DOMContentLoaded", () => {
|
|
184 |
sendMessage();
|
185 |
}
|
186 |
});
|
|
|
|
|
|
|
|
|
187 |
});
|
|
|
184 |
sendMessage();
|
185 |
}
|
186 |
});
|
187 |
+
var backarrow = document.querySelector(".fa-arrow-left");
|
188 |
+
backarrow.addEventListener('click', function () {
|
189 |
+
window.location.href = '/';
|
190 |
+
});
|
191 |
});
|