You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: