Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kirandeol committed Jun 4, 2024
1 parent 6f3e087 commit 44a5b96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,6 @@
const imgData = renderer.domElement.toDataURL("image/png").replace("image/png", "image/parallel_plot");
const elem = document.createElement("img");
elem.src = imgData;
window.location.href=imgData;
document.getElementById("parallel").appendChild(elem);
}
} else {
Expand Down

0 comments on commit 44a5b96

Please sign in to comment.