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

Basic template "restart" and "toggle history" links have no effect #95

Open
invicticide opened this issue Jun 5, 2018 · 0 comments
Open
Labels

Comments

@invicticide
Copy link
Owner

I suspect this happened after accepting the browserify PR. If you run the basic example (or indeed any example that uses the "basic" template) the "restart" and "toggle history" links in the header no longer have any effect.

They're built in to the template html directly:

	<a href="#" onclick="__Restart()">Restart</a> -
	<a href="#" onclick="__ToggleHistory()">Toggle History</a>
</p>```

My guess is those function names aren't resolvable as such once browserify gets involved.
@invicticide invicticide added the bug label Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant