aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--budget/templates/list_bills.html2
1 files changed, 1 insertions, 1 deletions
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 %}