Index: autosave.js =================================================================== --- autosave.js (revision 111) +++ autosave.js (working copy) @@ -126,7 +126,7 @@ Ignore \ Keep'); autosaved_forms = Drupal.settings['autosaved_form']; - if (autosaved_forms) { + if (autosaved_forms && $("#content .preview").length == 0) { // $('#autosave-status #keep a').html(''); $('#autosave-status #keep').css('display', 'none').css('visibility', 'hidden'); // Check if there are more than one autosaved form in the page.