add abbr to [k]
parent
96806e4d4b
commit
a8c24183a2
|
@ -20,7 +20,7 @@
|
|||
|
||||
const row = table.insertRow();
|
||||
let name = `<strong>${user.username}</strong>`;
|
||||
row.insertCell().innerHTML = `<img src="${user.avatarURL}" alt="${user.username}" style="width:30px;height:30px;"> ${name} ${info.isManager ? " [k]" : ""}`;
|
||||
row.insertCell().innerHTML = `<img src="${user.avatarURL}" alt="${user.username}" style="width:30px;height:30px;"> ${name} ${info.isManager ? " <abbr title='Play Caller/Managing Partner'>[k]</abbr>" : ""}`;
|
||||
|
||||
let departmentAndTitle = "";
|
||||
if (info.title && info.dept) {
|
||||
|
|
Loading…
Reference in New Issue