eslint
This commit is contained in:
parent
eb736df405
commit
5771e74a6f
|
@ -44,7 +44,9 @@ echo $error_message;
|
|||
</div>
|
||||
</div>
|
||||
<script>
|
||||
document.getElementById('reloadButton').addEventListener("click", function () { location.reload(); });
|
||||
document.getElementById('reloadButton').addEventListener("click", function() {
|
||||
location.reload();
|
||||
});
|
||||
|
||||
var countdown = 30; // seconds
|
||||
function timerCountdown() {
|
||||
|
|
Loading…
Reference in New Issue