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 {
|
else {
|
||||||
$('tr').show();
|
$('tr').show();
|
||||||
$('.friend').last().find('td').removeAttr('style');
|
$('.friend').last().find('td').css({'border-bottom-width':
|
||||||
|
'', 'border-color': ''});
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue