#56 Afficher valeur réussites
This commit is contained in:
@ -258,6 +258,7 @@ export class RdDResolutionTable {
|
||||
for (var rowIndex = minCarac; rowIndex <= maxCarac; rowIndex++) {
|
||||
table.append(this._buildHTMLRow(this.resolutionTable[rowIndex], rowIndex, caracValue, levelValue, minLevel, maxLevel));
|
||||
}
|
||||
table.append("</table>");
|
||||
return table;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user