Skip to content

Commit 58153d0

Browse files
Update docs/ssvc-explorer/simple.js
Co-authored-by: Copilot <[email protected]>
1 parent df4ad63 commit 58153d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ssvc-explorer/simple.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ const graphModule = (function() {
384384
.attr("id","t"+id)
385385
.attr("csid",csid)
386386
.attr("parentname",pname)
387-
.attr("data-fullname", text)
387+
.attr("data-fullname", text)
388388
.text(truncateEllipsis({name:text}))
389389
.attr("startOffset",doffset+"%")
390390
.on("click",pathclick)

0 commit comments

Comments
 (0)