diff --git a/index.css b/index.css index 3d019b8..fe747c3 100644 --- a/index.css +++ b/index.css @@ -51,7 +51,7 @@ h1 { text-shadow: 0px 1px 1px #05f; } -.status { +#status { display: none; } @@ -105,4 +105,4 @@ h1 { #svgscreen line.solid { stroke: rgb(0,127,255); stroke-width: 3; -} \ No newline at end of file +} diff --git a/index.js b/index.js index 69f8bf1..87e7180 100644 --- a/index.js +++ b/index.js @@ -100,8 +100,6 @@ function updateBalls(balls){ balls_online.splice(i, 1); } }; - - statusbar.innerHTML = updates + ', ' + news + ', ' + removed; } function updateLines(lines){