Removed some dead code from the HTML JavaScript output (#28).

This commit is contained in:
Adam Waldenberg 2015-12-25 04:26:31 +01:00
parent 9bbd5fcce4
commit db03f37c94
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@
var row = 0;
var isReversed = false;
// Fix header and set it to the right width.
//var remainingHeaderWidth = ($("div.logo").width() - 4) - ($("div.logo img").innerWidth() + 48)
//$("div.logo p").css("width", remainingHeaderWidth);
var filterResponsibilities = function() {{
$("table#blame tbody tr td:last-child").filter(function() {{
return parseFloat(this.innerHTML) < MINOR_AUTHOR_PERCENTAGE;