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

This commit is contained in:
Isaac Connor
2020-09-22 16:22:07 -04:00

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