Internal cell count !== visual cell count

Internal cell count is used to filter the output of the logger. This
commit fixes filtering according to cname alias.
This commit is contained in:
Raymond Hill 2022-12-24 10:30:25 -05:00
parent 8ca95b473d
commit 6a50f41aeb
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ const viewPort = (( ) => {
nodeFromURL(div.children[COLUMN_URL], cells[COLUMN_URL], re);
// Alias URL (CNAME, etc.)
if ( cells.length > COLUMN_URL ) {
if ( cells.length > 8 ) {
const pos = details.textContent.lastIndexOf('\taliasURL=');
if ( pos !== -1 ) {
dom.attr(div, 'data-aliasid', details.id);