remove debug hello
This commit is contained in:
parent
f5b54caa61
commit
a1a8f4d09b
|
@ -50,7 +50,6 @@ echo $error_message;
|
||||||
|
|
||||||
var countdown = 30; // seconds
|
var countdown = 30; // seconds
|
||||||
function timerCountdown() {
|
function timerCountdown() {
|
||||||
console.log('hello');
|
|
||||||
document.getElementById('countdown').innerHTML=countdown;
|
document.getElementById('countdown').innerHTML=countdown;
|
||||||
countdown --;
|
countdown --;
|
||||||
if ( countdown <= 0 ) {
|
if ( countdown <= 0 ) {
|
||||||
|
|
Loading…
Reference in New Issue