Compare commits

..

No commits in common. "36eb847b1510f70bbc5c1d9b21d7ccab01772d81" and "648ecec66d7b6a85b7c340ca53d490558279fafd" have entirely different histories.

1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@ function CodeViewer(props) {
<VwDiv depth={item.cont_level} isTitle={isTitle}>
<VwPtag href="#" isTitle={isTitle} onClick={() => {
document.location.hash="#"+item.cont_type_cd;
}} dangerouslySetInnerHTML={ {__html: item.group_title} }>
}}>
{item.group_title}
</VwPtag>
</VwDiv>
)