invicticide / fractive

Fractive is a free, open-source, Markdown-based hypertext authoring tool for writing interactive fiction.
http://fractive.io
Other
37 stars 5 forks source link

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

Open invicticide opened 6 years ago

invicticide commented 6 years ago

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.