remove debug hello
This commit is contained in:
parent
5f381a244f
commit
809cb651c0
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue