1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Correction of a (very) minor bug of bill hover (commit 6df17b7d97).

This commit is contained in:
Tinmn 2011-11-21 02:35:57 +01:00
parent 6df17b7d97
commit 2a6ccaa0cf

View file

@ -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 %}