Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Apr 18, 2024
1 parent 8f0505c commit 6274ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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())));
});
});

Expand Down

0 comments on commit 6274ffe

Please sign in to comment.