Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restart lesson button not working #213

Closed
span opened this issue Mar 18, 2016 · 0 comments
Closed

Restart lesson button not working #213

span opened this issue Mar 18, 2016 · 0 comments

Comments

@span
Copy link

span commented Mar 18, 2016

It seems the restart lesson button stopped working at some point. This is because it has the wrong id.

From main_new.jsp:

<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>

Switching the id back to the proper one makes it work again :)

<button class="btn btn-xs help-button" id="restart-lesson-button">Restart Lesson</button>
@nbaars nbaars closed this as completed in 6c92f06 Mar 19, 2016
nbaars added a commit that referenced this issue Mar 19, 2016
Fix #213 by changing the id of the restart button to the correct id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant