summaryrefslogtreecommitdiffstats
path: root/dist/js/assets/js/tos.js
blob: 9955abf00a4eb9415174bc0645d53dfa5ca844b0 (plain) (blame)
1
2
3
4
5
document.addEventListener("DOMContentLoaded", () => {
    $("#nav-home-button").click(() => {
        window.location.replace("/index.html");
    });
});