Go back 2 pages
This commit is contained in:
parent
d8a77ec380
commit
ec3b721b40
@ -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>
|
Loading…
x
Reference in New Issue
Block a user