target blank

This commit is contained in:
Zhora Shalyapin 2025-03-26 07:04:35 +00:00
parent 51f3418bcf
commit b52b15accf

View File

@ -2188,6 +2188,7 @@
pointCell.innerHTML = ''
pointCell.append(Tag.a({
href: cpLink(cpId),
target: "_blank",
textContent: cellContent
}))
})()