From ba09f634323ffaf822a9076f21c3cbde221812d8 Mon Sep 17 00:00:00 2001 From: rstular Date: Wed, 29 Jan 2020 16:33:47 +0100 Subject: Added about page, login, logout, bug fixes --- js/tos.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 js/tos.js (limited to 'js/tos.js') diff --git a/js/tos.js b/js/tos.js new file mode 100644 index 0000000..9955abf --- /dev/null +++ b/js/tos.js @@ -0,0 +1,5 @@ +document.addEventListener("DOMContentLoaded", () => { + $("#nav-home-button").click(() => { + window.location.replace("/index.html"); + }); +}); \ No newline at end of file -- cgit v1.2.3