Fix ranking bug
This commit is contained in:
parent
e62a6e4fbd
commit
2d99a0363f
1 changed files with 2 additions and 1 deletions
|
@ -323,7 +323,8 @@
|
|||
}
|
||||
else {
|
||||
$('tr').show();
|
||||
$('.friend').last().find('td').removeAttr('style');
|
||||
$('.friend').last().find('td').css({'border-bottom-width':
|
||||
'', 'border-color': ''});
|
||||
}
|
||||
})
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue