Compare commits
2 Commits
b68b116381
...
8dc00391fb
Author | SHA1 | Date | |
---|---|---|---|
8dc00391fb | |||
a726bd1f3b |
@ -31,7 +31,7 @@
|
|||||||
sendInput($title,$body);
|
sendInput($title,$body);
|
||||||
|
|
||||||
// Redirect to submit-done.php
|
// 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>";
|
||||||
};
|
};
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
@ -128,7 +128,8 @@ body {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #aac4ee;
|
background-color: #aac4ee;
|
||||||
border: none;
|
border: none;
|
||||||
right: 30px;
|
margin-left: 10px;
|
||||||
|
margin-right: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user