We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ec29c commit 11ae125Copy full SHA for 11ae125
Heap/index.html
@@ -69,7 +69,7 @@ <h1 id="headerText">Heap Datastructure</h1>
69
<div class="settings">
70
<div class="buttons">
71
<button id="reset" class="btn btn-primary"
72
- onclick="viewer.switchAlgorithm(control.getAlgorithm().getName());">Reset
+ onclick="viewer.switchAlgorithm(control.getAlgoName());">Reset
73
</button>
74
<button id="backward" class="btn btn-primary" onclick="viewer.stepBack();">Backward</button>
75
<button id="forward" class="btn btn-primary"
0 commit comments