This commit is contained in:
@ -742,7 +742,7 @@ function clientRowHTML(c) {
|
||||
});
|
||||
const note = String(c.note || '').trim();
|
||||
const noteCell = note
|
||||
? `<td class="client-note-cell" title="${esc(note)}"><span class="client-note-text">${esc(note)}</span></td>`
|
||||
? `<td class="client-note-cell"><span class="client-note-text">${esc(note)}</span></td>`
|
||||
: `<td class="client-note-cell client-note-empty">—</td>`;
|
||||
|
||||
return `
|
||||
|
||||
Reference in New Issue
Block a user