TODO is resolved

This commit is contained in:
Alexey Milovidov 2021-03-16 19:55:56 +03:00
parent bc25624b88
commit 174bce9ca4

View File

@ -494,7 +494,6 @@
}
td.appendChild(document.createTextNode(text));
/// TODO: Execute regexp only once for each column.
td.className = column_classes[col_idx];
if (is_null) {
td.className += ' null';