Merge pull request #214 from span/restart-button
Fix #213 by changing the id of the restart button to the correct id
This commit is contained in:
commit
35bd866873
@ -106,7 +106,7 @@
|
||||
<button class="btn btn-primary btn-xs help-button" id="show-solution-button">Show Solution</button>
|
||||
<button class="btn btn-primary btn-xs help-button" id="show-plan-button">Show Plan</button>
|
||||
<button class="btn btn-primary btn-xs help-button" id="show-hints-button">Show Hints</button>
|
||||
<button class="btn btn-xs help-button" id="show-hints-button">Restart Lesson</button>
|
||||
<button class="btn btn-xs help-button" id="restart-lesson-button">Restart Lesson</button>
|
||||
</div>
|
||||
<div class="lesson-hint" id="lesson-hint-container">
|
||||
<h4>Hints</h4>
|
||||
|
Loading…
x
Reference in New Issue
Block a user