diff options
author | rstular <rok@stular.eu> | 2020-05-17 12:30:11 +0200 |
---|---|---|
committer | rstular <rok@stular.eu> | 2020-05-17 12:30:11 +0200 |
commit | b9f1f71fb41fb422cf6dad624378252801f88949 (patch) | |
tree | 5c08686257702654f7e8bf549d722904e5c9fee4 /dist/js/privacypolicy.js | |
parent | Fix undefined variable in GSEC fetch timetable (diff) | |
parent | dist should work, TODO: minify and bundle (diff) | |
download | beziapp-b9f1f71fb41fb422cf6dad624378252801f88949.tar beziapp-b9f1f71fb41fb422cf6dad624378252801f88949.tar.gz beziapp-b9f1f71fb41fb422cf6dad624378252801f88949.tar.bz2 beziapp-b9f1f71fb41fb422cf6dad624378252801f88949.tar.lz beziapp-b9f1f71fb41fb422cf6dad624378252801f88949.tar.xz beziapp-b9f1f71fb41fb422cf6dad624378252801f88949.tar.zst beziapp-b9f1f71fb41fb422cf6dad624378252801f88949.zip |
Diffstat (limited to 'dist/js/privacypolicy.js')
-rw-r--r-- | dist/js/privacypolicy.js | 5 |
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 |