summaryrefslogtreecommitdiffstats
path: root/js/privacypolicy.js
diff options
context:
space:
mode:
authorrstular <rok@stular.eu>2020-01-29 16:33:47 +0100
committerrstular <rok@stular.eu>2020-01-29 16:33:47 +0100
commitba09f634323ffaf822a9076f21c3cbde221812d8 (patch)
tree847cf49beacc9c38260ef109bfca8f6418adb6e1 /js/privacypolicy.js
parentInitial commit (diff)
downloadbeziapp-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 'js/privacypolicy.js')
-rw-r--r--js/privacypolicy.js5
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