I am using the latest AutoSave pluggin. It says the information edited information is stored in the HTML5 local storage every 25 seconds. The problem I am having is that if I edit something, let it autosave after the 25 seconds, then modify it a bit more, hit my save button which saves it in my database BEFORE the next 25 second save, when I come back to that editor page the autosave reports that the information is different. Is there a way to force the autosave to happen or to clear it when I hit my Save button so it wont report as being different? Thanks!
EDIT: I found that if i did a localStorage.clear(); in my Save button that it gets around the issue, but it would still be good to save the info incase my Save did not perform well.