Skip to content

Commit

Permalink
correct js file name and sample files
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaislam101 committed Feb 20, 2024
1 parent 83a211c commit 9d2fd70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<script src="./cytoscape-layvo.js"></script>
<script src="./test.js"></script>
<script src="./unix.js"></script>
<script src="./callgraph.js"></script>
<script src="./callGraph.js"></script>
<script src="./index.js"></script>


Expand Down
2 changes: 1 addition & 1 deletion demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function pageLoaded() {
var options = [];
options.push("python-call-stack");
for (let i = 1;i<7;i++){
options.push("Sample"+i);
options.push("sample"+i);
}
for (const graph in window.experimentSmallGraphs) {
options.push(graph);
Expand Down

0 comments on commit 9d2fd70

Please sign in to comment.