simsalabim / sisyphus

Gmail-like client-side drafts and bit more. Plugin developed to save html forms data to LocalStorage to restore them after browser crashes, tabs closings and other disasters.
http://sisyphus-js.herokuapp.com
MIT License
1.99k stars 221 forks source link

Sisyphus doesn't update when I go back (Single Page app #130

Open edernegrete opened 9 years ago

edernegrete commented 9 years ago

Everything works great. But when I go to the "next" page on my single page app and I go back and I change the data on the form It doesn't update the already set data

kmckelvin commented 9 years ago

I've just run into the same problem. It looks like it's holding a reference to the original form inputs still.

cortijorandom commented 6 years ago

Anyone can solve this issue? I think sisypuhs is not getting calling because I change pages with AJAX.