fractive icon indicating copy to clipboard operation
fractive copied to clipboard

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

Open invicticide opened this issue 6 years ago • 0 comments

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 avatar Jun 05 '18 04:06 invicticide