Merge branch 'master' of github.com:ZoneMinder/zoneminder

pull/3054/head
Isaac Connor 2020-09-22 16:22:07 -04:00
commit f416ab96c5
1 changed files with 3 additions and 1 deletions

View File

@ -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() {