Removed old HTML output header "hack" calculation (#28).

This is unnecessary and breaks any new responsive designs.
This commit is contained in:
Adam Waldenberg 2015-11-07 14:22:43 +01:00
parent 5ed8b32d9a
commit d11bcddc35
1 changed files with 2 additions and 3 deletions

View File

@ -16,10 +16,9 @@
var MINOR_AUTHOR_PERCENTAGE = 1.00;
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 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() {{