Skip to content

Commit

Permalink
πŸ› fix html
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanBilot committed Mar 28, 2022
1 parent 89db676 commit 3b29be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualization/visualization.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
function load_graph(graph_num) {
if (graph_num < 0)
return
$("#includedContent").load("visualization/graphs/graph" + graph_num + ".html", function() {
$("#includedContent").load("graphs/graph" + graph_num + ".html", function() {
data = $("#graph_data")
if (!data.length) {
$("#includedContent").html("No html files found in visualization/graphs/ folder, run visualization.py first.")
Expand Down

0 comments on commit 3b29be1

Please sign in to comment.