Skip to content

Commit

Permalink
Fix JS
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailrun committed Sep 27, 2024
1 parent 577a0cb commit 1895405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/post_process_dep.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SVG_ELEMENT = SVG.getElementsByTagName("svg")[0]
ENTIRE_GRAPH_ELEMENT = SVG_ELEMENT.getElementsByTagName("g")[0]
ENTIRE_GRAPH_ELEMENT.removeChild(ENTIRE_GRAPH_ELEMENT.getElementsByTagName("title")[0])
SVG_ELEMENT.setAttribute("onload", "addInteractivity(evt)")
SVG_ELEMENT.setAttribute("onload", "makeEdgesInteractive(evt)")
for line in io.open(PROJECT_ROOT / "assets" / "extra" / "header.html"):
print(line, end='')
print('<link href="resources/depgraph.css" rel="stylesheet" type="text/css"/>')
Expand Down

0 comments on commit 1895405

Please sign in to comment.