mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-14 17:44:40 -04:00
Merge branch 'master' of github.com:ZoneMinder/zoneminder
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user