Skip to content

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

@invicticide

Description

@invicticide

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions