From 3a3246dfecab404df90513989bf84a270e17d1f1 Mon Sep 17 00:00:00 2001 From: sijanec Date: Sat, 26 Sep 2020 21:42:10 +0200 Subject: DNM: started lopolisc/untested, added server nginx conf fileas --- dist/js/tos.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dist/js/tos.js') diff --git a/dist/js/tos.js b/dist/js/tos.js index 84635e9..9955abf 100755 --- a/dist/js/tos.js +++ b/dist/js/tos.js @@ -1,2 +1,5 @@ - -document.addEventListener("DOMContentLoaded",()=>{$("#nav-home-button").click(()=>{window.location.replace("/index.html");});}); \ No newline at end of file +document.addEventListener("DOMContentLoaded", () => { + $("#nav-home-button").click(() => { + window.location.replace("/index.html"); + }); +}); \ No newline at end of file -- cgit v1.2.3