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, '' + - '#' + - ''+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 ? '赛后总结' : '') + '', @@ -1131,7 +1131,7 @@ function showStandings() { col_tr += '
' + '