From 2d99a0363f771a4d4e9063672be3fe7b47024fa4 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Mon, 19 Oct 2020 22:51:03 -0500 Subject: [PATCH] Fix ranking bug --- templates/contest/ranking.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/contest/ranking.html b/templates/contest/ranking.html index 90638d0..b1ea565 100644 --- a/templates/contest/ranking.html +++ b/templates/contest/ranking.html @@ -323,7 +323,8 @@ } else { $('tr').show(); - $('.friend').last().find('td').removeAttr('style'); + $('.friend').last().find('td').css({'border-bottom-width': + '', 'border-color': ''}); } }) {% endif %}