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
The method definition of History.restart I think should be changed to
History.prototype.restart=function(){window.location=""}
This removes window.location.hash, which I think attempts to preserve JSON state. This is unneeded here since the user wants to restart state entirely. I might even recommend a full page refresh to clear out the DOM.
Restart Story Functions as expected (displaying the Start Passage) when there is no hash or hashbang in the url.
When a passage id or passage title is present in the url the story restarts to the last passage id in the hash or to the hashbang title.
This is nice if you want to restart from your last bookmark. But I agree it's not what you expect from a "Restart story" link. And as you mentioned the user has a"rewind to here" link.
The 'Restart Story' link (upper right corner) appears to fail when clicked. It is link to this:
Restart Story
In the sugarcane header.html, there is a Interface object with a similar method. This object does not appear to be present in jonah.
However, the tooltip "rewind to here" does work.
The text was updated successfully, but these errors were encountered: