Fix issue on mobile browsers

This commit is contained in:
Øyvind Skaaden 2020-11-29 20:04:50 +01:00
parent aaf3e773ea
commit 261c18a594

View File

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