diff options
Diffstat (limited to '')
-rwxr-xr-x | dist/js/tos.js | 7 |
1 files changed, 5 insertions, 2 deletions
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 |