summaryrefslogtreecommitdiffstats
path: root/dist/js/privacypolicy.js
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-05-17 15:07:56 +0200
committersijanec <sijanecantonluka@gmail.com>2020-05-17 15:07:56 +0200
commitdcd2233aa6ceabe00b06b4fe342b14bf211e9f4a (patch)
tree4158b4ac7c70105af682c278e64966846f3fa9ec /dist/js/privacypolicy.js
parenttnx za popravljeno install skripto (diff)
downloadbeziapp-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 'dist/js/privacypolicy.js')
-rw-r--r--dist/js/privacypolicy.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/js/privacypolicy.js b/dist/js/privacypolicy.js
new file mode 100644
index 0000000..9955abf
--- /dev/null
+++ b/dist/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