diff --git a/index.html b/index.html index 1e61cf5..db0c2ba 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@ x.setAttribute("src", image); document.body.appendChild(x); } - if (month=4 && date=13) { + if (month=="4" && date=="13") { loadImage("gate.gif"); } else { loadImage("load.png");