Index: autosave.js
===================================================================
--- autosave.js	(revision 23)
+++ autosave.js	(working copy)
@@ -124,7 +124,8 @@
           }
           else if ($(this).html() == 'Reset') {
             form = document.getElementById(autosaved_form_id);
-            form.reset(); 
+            form.reset();
+            $('#' + autosaved_form_id).formHash($('#' + autosaved_form_id).formHash());  
             $('#autosave-status #keep a').html('');
             $(this).html('View');
           }    
