diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-05-17 15:07:56 +0200 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-05-17 15:07:56 +0200 |
commit | dcd2233aa6ceabe00b06b4fe342b14bf211e9f4a (patch) | |
tree | 4158b4ac7c70105af682c278e64966846f3fa9ec /dist/js/tos.js | |
parent | tnx za popravljeno install skripto (diff) | |
download | beziapp-dcd2233aa6ceabe00b06b4fe342b14bf211e9f4a.tar beziapp-dcd2233aa6ceabe00b06b4fe342b14bf211e9f4a.tar.gz beziapp-dcd2233aa6ceabe00b06b4fe342b14bf211e9f4a.tar.bz2 beziapp-dcd2233aa6ceabe00b06b4fe342b14bf211e9f4a.tar.lz beziapp-dcd2233aa6ceabe00b06b4fe342b14bf211e9f4a.tar.xz beziapp-dcd2233aa6ceabe00b06b4fe342b14bf211e9f4a.tar.zst beziapp-dcd2233aa6ceabe00b06b4fe342b14bf211e9f4a.zip |
Diffstat (limited to '')
-rw-r--r-- | dist/js/tos.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/js/tos.js b/dist/js/tos.js new file mode 100644 index 0000000..9955abf --- /dev/null +++ b/dist/js/tos.js @@ -0,0 +1,5 @@ +document.addEventListener("DOMContentLoaded", () => { + $("#nav-home-button").click(() => { + window.location.replace("/index.html"); + }); +});
\ No newline at end of file |