yes
This commit is contained in:
parent
fce1e87a63
commit
835549bd0a
|
@ -235,7 +235,7 @@ function loadScoresPage(type, mode) {
|
||||||
|
|
||||||
table.append($("<tr class='new score-row' data-scoreid='" + v.id + "' />").append(
|
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 />" +
|
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>"
|
"<div class='subtitle'><time class='new timeago' datetime='" + v.time + "'>" + v.time + "</time></div></td>"
|
||||||
),
|
),
|
||||||
|
|
BIN
static/ranking-icons/failed.png
Normal file
BIN
static/ranking-icons/failed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in New Issue
Block a user