Ticket #24755: 24755.patch
File 24755.patch, 516 bytes (added by , 12 years ago) |
---|
-
wp-includes/js/autosave.js
636 636 this.undo_post_data = wp.autosave.getPostData(); 637 637 638 638 notice = $('#local-storage-notice'); 639 $('.wrap h2'). after( notice.addClass('updated').show() );639 $('.wrap h2').first().after( notice.addClass('updated').show() ); 640 640 641 641 notice.on( 'click', function(e) { 642 642 var target = $( e.target );