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:
parent
6df17b7d97
commit
2a6ccaa0cf
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue