-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes a small bug in the DDVis javascript that is due to a third-party update somewhere (probably with `wasm`). The error was reproducible locally and fixed by this PR.
- Loading branch information
1 parent
b735710
commit f9e5a07
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,11 +78,10 @@ | |
</script> | ||
<script src="https://d3js.org/d3.v7.min.js"></script> | ||
<script | ||
src="https://unpkg.com/@hpcc-js/wasm/dist/graphviz.umd.js" | ||
src="https://unpkg.com/@hpcc-js/wasm@2.16.2/dist/graphviz.umd.js" | ||
type="javascript/worker" | ||
></script> | ||
<script src="https://unpkg.com/[email protected]/build/d3-graphviz.js"></script> | ||
|
||
<script src="https://unpkg.com/[email protected]/build/d3-graphviz.js"></script> | ||
<script src="./javascripts/highlighting.js"></script> | ||
<script src="./javascripts/algo_area.js"></script> | ||
<script src="./javascripts/main.js"></script> | ||
|