Locate the file post-new.php in the wp-admin folder of the Wordpress installation. Find the following line in that file
wp_enqueue_script('autosave');
and replace it with
//wp_enqueue_script('autosave');.