Changeset 24221
- Timestamp:
- 05/09/2013 06:23:05 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/js/autosave.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/autosave.js
r24209 r24221 637 637 638 638 notice = $('#local-storage-notice'); 639 $(' form#post').before( notice.addClass('updated').show() );639 $('.wrap h2').after( notice.addClass('updated').show() ); 640 640 641 641 notice.on( 'click', function(e) {
Note: See TracChangeset
for help on using the changeset viewer.