Go back 2 pages

This commit is contained in:
rxdn 2022-06-22 21:19:52 +01:00
parent d8a77ec380
commit ec3b721b40

View File

@ -64,10 +64,10 @@
export let params = {};
function back() {
window.history.back()
window.history.go(-2);
}
function home() {
window.location.href = '/'
window.location.href = '/';
}
</script>