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;
|
text-shadow: 0px 1px 1px #05f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status {
|
#status {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2
index.js
2
index.js
|
@ -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){
|
||||||
|
|
Reference in a new issue