Ticket #29386: 29386.diff
File 29386.diff, 518 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/js/autosave.js
524 524 525 525 if ( autosaveData ) { 526 526 data.wp_autosave = autosaveData; 527 // Remove the 'Newer autosave exists message' when autosaving 528 $( '#has-newer-autosave' ).parent().remove(); 527 529 } 528 530 }).on( 'heartbeat-tick.autosave', function( event, data ) { 529 531 if ( data.wp_autosave ) {