diff --git a/res/scoreboard.js b/res/scoreboard.js index 8ef30dc..0378de9 100644 --- a/res/scoreboard.js +++ b/res/scoreboard.js @@ -209,11 +209,13 @@ function notice_expire() { var c = document.getElementById("notice"); c.innerHTML = ""; + c.style.display = "none"; } function notice(n) { var c = document.getElementById("notice"); + c.style.display = "block"; if (notices[n]) { c.innerHTML = notices[n]; clearTimeout(notice_timer); diff --git a/scoreboard.html b/scoreboard.html index 91590b8..91aebf5 100644 --- a/scoreboard.html +++ b/scoreboard.html @@ -40,7 +40,7 @@
--:-- - + -:--.-