summaryrefslogtreecommitdiffstats
path: root/dist/js/tos.js
diff options
context:
space:
mode:
Diffstat (limited to 'dist/js/tos.js')
-rwxr-xr-xdist/js/tos.js7
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