Ticket #34294: 34294.2.patch
File 34294.2.patch, 544 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/js/autosave.js
346 346 }; 347 347 348 348 $notice = $( '#local-storage-notice' ); 349 $( '.wrap h2').first().after( $notice.addClass( 'notice-warning' ).show() );349 $( '#post' ).before( $notice.addClass( 'notice-warning' ).show() ); 350 350 351 351 $notice.on( 'click.autosave-local', function( event ) { 352 352 var $target = $( event.target );