mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 06:49:02 +00:00
Added blacklist feature (untested)
This commit is contained in:
@@ -113,7 +113,7 @@ function getRandomColor() {
|
||||
*/
|
||||
function humanFileSize(bytes) {
|
||||
|
||||
if(bytes === 0) {
|
||||
if(bytes <= 0) {
|
||||
return "? B"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user