Removed statusbar
This commit is contained in:
parent
44fc7271bd
commit
f534e05741
2 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
2
index.js
2
index.js
|
@ -100,8 +100,6 @@ function updateBalls(balls){
|
|||
balls_online.splice(i, 1);
|
||||
}
|
||||
};
|
||||
|
||||
statusbar.innerHTML = updates + ', ' + news + ', ' + removed;
|
||||
}
|
||||
|
||||
function updateLines(lines){
|
||||
|
|
Reference in a new issue