0.4.2-devel #34
@ -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';}, 100);</script>";
|
echo "<script>setTimeout(function(){window.location.href = '/submit-done.php';}, 10);</script>";
|
||||||
};
|
};
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
@ -23,13 +23,13 @@
|
|||||||
<p>You're helping to make Athena better for everyone.</p>
|
<p>You're helping to make Athena better for everyone.</p>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<p>You will be redirected to the homepage in five seconds.</p>
|
<p>You will be redirected to the homepage in three seconds.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
window.location.href = '/';
|
window.location.href = '/';
|
||||||
}, 5000);
|
}, 3000);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
|
Reference in New Issue
Block a user