Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ugurdogrusoz authored Feb 27, 2024
1 parent 07e1dcb commit aeb25ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,11 @@ <h1>Cytoscape - HySE</h1>
</div>
</div>

<button class="accordion">Cose/Dagre Layout</button>
<button class="accordion">CoSE/Dagre Layout</button>
<div class="panel">
<div class="row">
<button title="Run Cose" onclick="runCose()">CoSE</button>
<button title="Run Cose Animated" onclick="runCoseAnimated()">CoSE Animated</button>
<button title="Run CoSE" onclick="runCose()">CoSE</button>
<button title="Run CoSE Animated" onclick="runCoseAnimated()">CoSE Animated</button>
<button title="Run Dagre" onclick="runDagre()">Dagre</button>
</div>
</div>
Expand Down

0 comments on commit aeb25ad

Please sign in to comment.