Fix issue on mobile browsers

MetaPost
Øyvind Skaaden 2020-11-29 20:04:50 +01:00
parent aaf3e773ea
commit 261c18a594
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ description: Siden ble ikke funnet :(
<script>
function goBack() {
window.history.back();
history.go(-1); event.preventDefault();
}
</script>