mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
remove debug hello
This commit is contained in:
@@ -50,7 +50,6 @@ echo $error_message;
|
||||
|
||||
var countdown = 30; // seconds
|
||||
function timerCountdown() {
|
||||
console.log('hello');
|
||||
document.getElementById('countdown').innerHTML=countdown;
|
||||
countdown --;
|
||||
if ( countdown <= 0 ) {
|
||||
|
||||
Reference in New Issue
Block a user