Ticket #39227: 39227.2.diff
File 39227.2.diff, 539 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/js/customize-controls.js
4696 4696 editShortcutVisibility( 'visible' ); 4697 4697 4698 4698 api.bind( 'change', function() { 4699 state('saved').set( false ); 4699 if ( state( 'saved' ).get() ) { 4700 state( 'saved' ).set( false ); 4701 populateChangesetUuidParam( true ); 4702 } 4700 4703 }); 4701 4704 4702 4705 saving.bind( function( isSaving ) {