Compare commits

...

2 Commits

Author SHA1 Message Date
Fred Boniface 8dc00391fb Add margin to menu items 2022-09-21 10:25:49 +01:00
Fred Boniface a726bd1f3b Speed up redirect 2022-09-21 10:24:48 +01:00
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@
sendInput($title,$body);
// Redirect to submit-done.php
echo "<script>setTimeout(function(){window.location.href = '/submit-done.php';}, 500);</script>";
echo "<script>setTimeout(function(){window.location.href = '/submit-done.php';}, 100);</script>";
};
?>

View File

@ -128,7 +128,8 @@ body {
position: absolute;
background-color: #aac4ee;
border: none;
right: 30px;
margin-left: 10px;
margin-right: 10px;
cursor: pointer;
}