Spaces:
Running
Running
Update static/appS.js
Browse files- static/appS.js +6 -0
static/appS.js
CHANGED
@@ -259,4 +259,10 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
259 |
}
|
260 |
`;
|
261 |
document.head.appendChild(style);
|
|
|
|
|
|
|
|
|
|
|
|
|
262 |
});
|
|
|
259 |
}
|
260 |
`;
|
261 |
document.head.appendChild(style);
|
262 |
+
|
263 |
+
|
264 |
+
var backarrow = document.querySelector(".fa-arrow-left")
|
265 |
+
backarrow.addEventListener('click', function () {
|
266 |
+
window.location.href = '/hellopage.html'; // Redirect to Question Answering app
|
267 |
+
});
|
268 |
});
|