add an id to name tab

This commit is contained in:
Arthur Milchior 2020-03-23 16:52:24 +01:00
parent 349d145014
commit 0c39c4f106

View file

@ -335,7 +335,7 @@ function setFields(fields) {
} }
txt += ` txt += `
<tr> <tr>
<td class=fname>${n}</td> <td class=fname id="name${i}">${n}</td>
</tr> </tr>
<tr> <tr>
<td width=100%> <td width=100%>