diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index 95349ae..192e200 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -122,7 +122,7 @@ $('[id^="bal-member-"]').removeClass("ower_line payer_line"); }; - $("#bill_table tr").hover(highlight_owers,unhighlight_owers); + $('#bill_table tbody tr').hover(highlight_owers, unhighlight_owers); {% endblock %}