diff options
author | rstular <rok@stular.eu> | 2020-01-29 16:33:47 +0100 |
---|---|---|
committer | rstular <rok@stular.eu> | 2020-01-29 16:33:47 +0100 |
commit | ba09f634323ffaf822a9076f21c3cbde221812d8 (patch) | |
tree | 847cf49beacc9c38260ef109bfca8f6418adb6e1 /js/privacypolicy.js | |
parent | Initial commit (diff) | |
download | beziapp-ba09f634323ffaf822a9076f21c3cbde221812d8.tar beziapp-ba09f634323ffaf822a9076f21c3cbde221812d8.tar.gz beziapp-ba09f634323ffaf822a9076f21c3cbde221812d8.tar.bz2 beziapp-ba09f634323ffaf822a9076f21c3cbde221812d8.tar.lz beziapp-ba09f634323ffaf822a9076f21c3cbde221812d8.tar.xz beziapp-ba09f634323ffaf822a9076f21c3cbde221812d8.tar.zst beziapp-ba09f634323ffaf822a9076f21c3cbde221812d8.zip |
Diffstat (limited to '')
-rw-r--r-- | js/privacypolicy.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/privacypolicy.js b/js/privacypolicy.js new file mode 100644 index 0000000..9955abf --- /dev/null +++ b/js/privacypolicy.js @@ -0,0 +1,5 @@ +document.addEventListener("DOMContentLoaded", () => { + $("#nav-home-button").click(() => { + window.location.replace("/index.html"); + }); +});
\ No newline at end of file |