Skip to content

Commit

Permalink
Update display text to 0.0 B / 0.0 B
Browse files Browse the repository at this point in the history
  • Loading branch information
Baohe Zhang committed Dec 28, 2020
1 parent e7154fd commit 2f7b9be
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ $(document).ready(function () {
if (type !== 'display') {
return 0;
} else {
return 'N/A';
return '0.0 B / 0.0 B';
}
}
}
Expand All @@ -443,7 +443,7 @@ $(document).ready(function () {
if (type !== 'display') {
return 0;
} else {
return 'N/A';
return '0.0 B / 0.0 B';
}
}
}
Expand All @@ -461,7 +461,7 @@ $(document).ready(function () {
if (type !== 'display') {
return 0;
} else {
return 'N/A';
return '0.0 B / 0.0 B';
}
}
}
Expand All @@ -479,7 +479,7 @@ $(document).ready(function () {
if (type !== 'display') {
return 0;
} else {
return 'N/A';
return '0.0 B / 0.0 B';
}
}
}
Expand Down

0 comments on commit 2f7b9be

Please sign in to comment.