This commit is contained in:
2021-09-06 18:11:51 +02:00
parent 296536d188
commit fdffe5fcdd
3 changed files with 11 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
}
function onClick(e) {
window.location = `/lists/${e}`;
window.history.pushState({}, "", `/lists/${e}`);
}
</script>