1
Fork 0

Removed statusbar

This commit is contained in:
Joshua Moerman 2013-04-24 14:30:51 +02:00
parent 44fc7271bd
commit f534e05741
2 changed files with 2 additions and 4 deletions

View file

@ -51,7 +51,7 @@ h1 {
text-shadow: 0px 1px 1px #05f; text-shadow: 0px 1px 1px #05f;
} }
.status { #status {
display: none; display: none;
} }

View file

@ -100,8 +100,6 @@ function updateBalls(balls){
balls_online.splice(i, 1); balls_online.splice(i, 1);
} }
}; };
statusbar.innerHTML = updates + ', ' + news + ', ' + removed;
} }
function updateLines(lines){ function updateLines(lines){