Index: wp-includes/js/autosave.js
===================================================================
--- wp-includes/js/autosave.js	(revision 24705)
+++ wp-includes/js/autosave.js	(working copy)
@@ -636,7 +636,7 @@
 		this.undo_post_data = wp.autosave.getPostData();
 
 		notice = $('#local-storage-notice');
-		$('.wrap h2').after( notice.addClass('updated').show() );
+		$('.wrap h2').first().after( notice.addClass('updated').show() );
 
 		notice.on( 'click', function(e) {
 			var target = $( e.target );
