Compare commits
2 Commits
648ecec66d
...
36eb847b15
| Author | SHA1 | Date |
|---|---|---|
|
|
36eb847b15 | |
|
|
58900310ce |
|
|
@ -107,8 +107,7 @@ function CodeViewer(props) {
|
||||||
<VwDiv depth={item.cont_level} isTitle={isTitle}>
|
<VwDiv depth={item.cont_level} isTitle={isTitle}>
|
||||||
<VwPtag href="#" isTitle={isTitle} onClick={() => {
|
<VwPtag href="#" isTitle={isTitle} onClick={() => {
|
||||||
document.location.hash="#"+item.cont_type_cd;
|
document.location.hash="#"+item.cont_type_cd;
|
||||||
}}>
|
}} dangerouslySetInnerHTML={ {__html: item.group_title} }>
|
||||||
{item.group_title}
|
|
||||||
</VwPtag>
|
</VwPtag>
|
||||||
</VwDiv>
|
</VwDiv>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue