php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b68b116381 - Show all commits

View File

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