From 1ffde85d3622fa716c4e4d8cdfae09e4fc365f01 Mon Sep 17 00:00:00 2001
From: Baoshuo
Date: Wed, 21 Sep 2022 16:48:13 +0800
Subject: [PATCH] fix: self_review table column width
---
web/js/uoj.js | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/web/js/uoj.js b/web/js/uoj.js
index a7ec23b..7659154 100644
--- a/web/js/uoj.js
+++ b/web/js/uoj.js
@@ -127,7 +127,7 @@ function getUserLink(username, realname) {
username = username.substr(1);
}
if (realname) {
- text = text + ' (' + realname + ')';
+ text = text + ' (' + realname + ')';
}
return '' + text + '';
}
@@ -140,7 +140,7 @@ function getUserSpan(username, realname) {
username = username.substr(1);
}
if (realname) {
- text = text + ' (' + realname + ')';
+ text = text + ' (' + realname + ')';
}
return '' + text + '';
}
@@ -1083,11 +1083,11 @@ function showStandings() {
standings,
1,
'' +
- ' ',
@@ -1131,7 +1131,7 @@ function showStandings() {
col_tr += '# ' +
- ''+uojLocale('username')+' ' +
+ '# ' +
+ ''+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 ? '赛后总结 ' : '') +
'