This commit is contained in:
Andrew Bauer 2020-09-22 15:16:42 -05:00
parent eb736df405
commit 5771e74a6f
1 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,9 @@ echo $error_message;
</div> </div>
</div> </div>
<script> <script>
document.getElementById('reloadButton').addEventListener("click", function () { location.reload(); }); document.getElementById('reloadButton').addEventListener("click", function() {
location.reload();
});
var countdown = 30; // seconds var countdown = 30; // seconds
function timerCountdown() { function timerCountdown() {