Compare commits
No commits in common. "36eb847b1510f70bbc5c1d9b21d7ccab01772d81" and "648ecec66d7b6a85b7c340ca53d490558279fafd" have entirely different histories.
36eb847b15
...
648ecec66d
|
|
@ -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>
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue