diff --git a/website/script.js b/website/script.js index 16abe62a..31f73d02 100644 --- a/website/script.js +++ b/website/script.js @@ -370,7 +370,7 @@ $(document).ready(function(){ $(".repo-size-field").each(function(idx) { console.log(); - $(this).text("("+humanFileSize(parseInt($(this).text().replace("(","").replace(")","")))+")"); + $(this).text(humanFileSize(parseInt($(this).text()))); }); });