Go back 2 pages
This commit is contained in:
parent
d8a77ec380
commit
ec3b721b40
@ -64,10 +64,10 @@
|
|||||||
export let params = {};
|
export let params = {};
|
||||||
|
|
||||||
function back() {
|
function back() {
|
||||||
window.history.back()
|
window.history.go(-2);
|
||||||
}
|
}
|
||||||
|
|
||||||
function home() {
|
function home() {
|
||||||
window.location.href = '/'
|
window.location.href = '/';
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
Loading…
x
Reference in New Issue
Block a user