diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-08-30 20:15:23 +0200 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-08-30 20:15:23 +0200 |
commit | 78f4cb39ab3753cef0a6d16d9b3d842e8c3c78a1 (patch) | |
tree | 04ee73abc3ed235c9a3fd6da2113943e600f3f3d /dist/js/tos.js | |
parent | popravil meal selection (diff) | |
download | beziapp-78f4cb39ab3753cef0a6d16d9b3d842e8c3c78a1.tar beziapp-78f4cb39ab3753cef0a6d16d9b3d842e8c3c78a1.tar.gz beziapp-78f4cb39ab3753cef0a6d16d9b3d842e8c3c78a1.tar.bz2 beziapp-78f4cb39ab3753cef0a6d16d9b3d842e8c3c78a1.tar.lz beziapp-78f4cb39ab3753cef0a6d16d9b3d842e8c3c78a1.tar.xz beziapp-78f4cb39ab3753cef0a6d16d9b3d842e8c3c78a1.tar.zst beziapp-78f4cb39ab3753cef0a6d16d9b3d842e8c3c78a1.zip |
Diffstat (limited to 'dist/js/tos.js')
-rwxr-xr-x | dist/js/tos.js | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dist/js/tos.js b/dist/js/tos.js index 9955abf..84635e9 100755 --- a/dist/js/tos.js +++ b/dist/js/tos.js @@ -1,5 +1,2 @@ -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 |