This commit is contained in:
depreciate 2019-02-24 04:14:05 +10:30
parent fce1e87a63
commit 835549bd0a
2 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ function loadScoresPage(type, mode) {
table.append($("<tr class='new score-row' data-scoreid='" + v.id + "' />").append(
$(
"<td><img src='/static/ranking-icons/" + scoreRank + ".svg' class='score rank' alt='" + scoreRank + "'> " +
"<td><img src='/static/ranking-icons/" + scoreRank + ".png' class='score rank' alt='" + scoreRank + "' height='16' width='16' > " +
escapeHTML(v.beatmap.song_name) + " <b>" + getScoreMods(v.mods) + "</b> <i>(" + v.accuracy.toFixed(2) + "%)</i><br />" +
"<div class='subtitle'><time class='new timeago' datetime='" + v.time + "'>" + v.time + "</time></div></td>"
),

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB