From 7820ea23532aa6ffa3611d8379681aa44a3f3864 Mon Sep 17 00:00:00 2001 From: sijanec Date: Wed, 20 May 2020 14:12:06 +0200 Subject: # --- dist/js/privacypolicy.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dist/js/privacypolicy.js (limited to 'dist/js/privacypolicy.js') diff --git a/dist/js/privacypolicy.js b/dist/js/privacypolicy.js new file mode 100644 index 0000000..9955abf --- /dev/null +++ b/dist/js/privacypolicy.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