notblink #16
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ var x = setInterval(function() {
|
||||||
// If the count down is finished, write some text
|
// If the count down is finished, write some text
|
||||||
if (distance < 0) {
|
if (distance < 0) {
|
||||||
clearInterval(x);
|
clearInterval(x);
|
||||||
document.getElementById("demo").innerHTML = "<span class="blink">BEER TIME !</span>";
|
document.getElementById("demo").innerHTML = '<span class="blink">BEER TIME !</span>';
|
||||||
changeFavicon('/favicon/beer')
|
changeFavicon('/favicon/beer')
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|
Loading…
Reference in a new issue