Add newline

This commit is contained in:
Øyvind Skaaden 2023-01-31 18:32:38 +01:00
parent a955d1d4be
commit 4b86daad53

View File

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