Fix ranking bug

This commit is contained in:
cuom1999 2020-10-19 22:51:03 -05:00
parent e62a6e4fbd
commit 2d99a0363f

View file

@ -323,7 +323,8 @@
} }
else { else {
$('tr').show(); $('tr').show();
$('.friend').last().find('td').removeAttr('style'); $('.friend').last().find('td').css({'border-bottom-width':
'', 'border-color': ''});
} }
}) })
{% endif %} {% endif %}