From db03f37c94df427c48cc46d9fcc4b352f70330c1 Mon Sep 17 00:00:00 2001 From: Adam Waldenberg Date: Fri, 25 Dec 2015 04:26:31 +0100 Subject: [PATCH] Removed some dead code from the HTML JavaScript output (#28). --- gitinspector/html/html.header | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gitinspector/html/html.header b/gitinspector/html/html.header index 5c3b4c2..cb44ea3 100644 --- a/gitinspector/html/html.header +++ b/gitinspector/html/html.header @@ -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;