Added blacklist feature (untested)

This commit is contained in:
Simon
2018-06-06 10:17:30 -04:00
parent cfa6a9f02f
commit 0b1d76f478
6 changed files with 77 additions and 20 deletions

View File

@@ -113,7 +113,7 @@ function getRandomColor() {
*/
function humanFileSize(bytes) {
if(bytes === 0) {
if(bytes <= 0) {
return "? B"
}