update
This commit is contained in:
@@ -936,7 +936,12 @@ function TS_IndexElement(
|
||||
// Event handlers are now attached during button creation
|
||||
break;
|
||||
case "persona":
|
||||
const persona = SC_Personas[data[key.key]] || {};
|
||||
if (key.self == true) {
|
||||
var persona = data
|
||||
} else {
|
||||
var persona = SC_Personas[data[key.key]] || {};
|
||||
}
|
||||
|
||||
const regco = stringToColour(
|
||||
(persona.Region || "?").toLowerCase()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user