mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-18 01:10:34 +01:00
Removed some dead code from the HTML JavaScript output (#28).
This commit is contained in:
parent
9bbd5fcce4
commit
db03f37c94
1 changed files with 0 additions and 4 deletions
|
@ -17,10 +17,6 @@
|
||||||
var row = 0;
|
var row = 0;
|
||||||
var isReversed = false;
|
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() {{
|
var filterResponsibilities = function() {{
|
||||||
$("table#blame tbody tr td:last-child").filter(function() {{
|
$("table#blame tbody tr td:last-child").filter(function() {{
|
||||||
return parseFloat(this.innerHTML) < MINOR_AUTHOR_PERCENTAGE;
|
return parseFloat(this.innerHTML) < MINOR_AUTHOR_PERCENTAGE;
|
||||||
|
|
Loading…
Reference in a new issue