Browse Source

Removed statusbar

master
Joshua Moerman 11 years ago
parent
commit
f534e05741
  1. 2
      index.css
  2. 2
      index.js

2
index.css

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

2
index.js

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