diff --git a/blame.py b/blame.py index c73b40f..9834b30 100644 --- a/blame.py +++ b/blame.py @@ -162,7 +162,7 @@ class BlameOutput(Outputable): get(self.hard) blame_xml = "
" - blame_xml += "

" + __blame_info_text__ + ".

" + blame_xml += "

" + __blame_info_text__ + ".

" blame_xml += "" blame_xml += "" chart_data = "" diff --git a/changes.py b/changes.py index 59ee836..0451c40 100644 --- a/changes.py +++ b/changes.py @@ -181,7 +181,7 @@ class ChangesOutput(Outputable): total_changes += authorinfo_list.get(i).deletions if authorinfo_list: - changes_xml += "

" + __historical_info_text__ + ".

Author Rows % in comments
" + changes_xml += "

" + __historical_info_text__ + ".

" changes_xml += ("" + "") changes_xml += "" diff --git a/html/html.header b/html/html.header index 67ca2c4..7edbc63 100644 --- a/html/html.header +++ b/html/html.header @@ -39,10 +39,6 @@ return $(this).parent().parent().parent().find("tbody tr:hidden").length > 0; }}).each(function() {{ this.innerHTML = "Show minor authors ∨"; - }}).hover(function() {{ - $(this).addClass("hover"); - }}, function() {{ - $(this).removeClass("hover"); }}).toggle(function() {{ this.innerHTML = "Hide minor authors ∧"; $(this).parent().parent().parent().find("tbody tr").show().each(colorRows); @@ -60,11 +56,7 @@ $("div#timeline table.git tbody tr:visible").each(colorRows); $("div#timeline").prepend("
Show rows with minor work ∨
"); - $("div#timeline div.button").hover(function() {{ - $(this).addClass("hover"); - }}, function() {{ - $(this).removeClass("hover"); - }}).toggle(function() {{ + $("div#timeline div.button").toggle(function() {{ this.innerHTML = "Hide rows with minor work ∧" $("div#timeline table.git tbody tr").show().each(colorRows); }}, function() {{ @@ -174,7 +166,7 @@ background-color: #ddcece; min-height: 0; }} - table.git tfoot tr td.hover, div.hover {{ + table#changes tfoot tr td:hover, table#blame tfoot tr td:hover, div.button:hover {{ background-color: #eddede; border: 1px solid #bbb; cursor: hand;
Author Commits Insertions Deletions% of changes