Fixing display hack for the walk-ons
This commit is contained in:
@@ -665,7 +665,7 @@ var GempLotrHallUI = Class.extend({
|
|||||||
|
|
||||||
//TODO: Replace this with an actual fix on the server side
|
//TODO: Replace this with an actual fix on the server side
|
||||||
if(name.includes("Casual - WC")) {
|
if(name.includes("Casual - WC")) {
|
||||||
name = "<td><b>2024 Format Championships" + userDesc + "</b></td>"
|
name = "<td><b>2024 Last-chance Walk-on Qualifiers" + userDesc + "</b></td>"
|
||||||
}
|
}
|
||||||
row.append(name);
|
row.append(name);
|
||||||
row.append("<td>" + statusDescription + "</td>");
|
row.append("<td>" + statusDescription + "</td>");
|
||||||
|
|||||||
Reference in New Issue
Block a user