From 47e64d8a24250c3324b7050312efeff676263215 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 8 Oct 2022 15:17:25 +0800 Subject: [PATCH] fix(web/contest/standings): problem link text-decoration-none --- web/js/uoj.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/uoj.js b/web/js/uoj.js index fd15d54..b02e4de 100644 --- a/web/js/uoj.js +++ b/web/js/uoj.js @@ -1115,7 +1115,7 @@ function showStandings() { ''+uojLocale('username')+'' + ''+uojLocale('contests::total score')+'' + $.map(problems, function(col, idx) { - return '' + '' + String.fromCharCode('A'.charCodeAt(0) + idx) + '' + ''; + return '' + '' + String.fromCharCode('A'.charCodeAt(0) + idx) + '' + ''; }).join('') + (show_self_reviews ? '赛后总结' : '') + '',