Compare commits

..

No commits in common. "8dc00391fb26ede2cb2b5e00fec7dde4ac4a0611" and "b68b1163814acfb16496634df30ca92360c33eaf" have entirely different histories.

2 changed files with 2 additions and 3 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';}, 100);</script>";
echo "<script>setTimeout(function(){window.location.href = '/submit-done.php';}, 500);</script>";
};
?>

View File

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