Customize: Update customize.php
URL with changeset_uuid
param the instant a change is made instead of deferring until the changeset update request responds.
Props asalce, westonruter. Merges [39686] to the 4.7 branch. Fixes #39227. git-svn-id: https://develop.svn.wordpress.org/branches/4.7@40093 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
dd766aa246
commit
bb3ffecc32
@ -4696,7 +4696,10 @@
|
|||||||
editShortcutVisibility( 'visible' );
|
editShortcutVisibility( 'visible' );
|
||||||
|
|
||||||
api.bind( 'change', function() {
|
api.bind( 'change', function() {
|
||||||
state('saved').set( false );
|
if ( state( 'saved' ).get() ) {
|
||||||
|
state( 'saved' ).set( false );
|
||||||
|
populateChangesetUuidParam( true );
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
saving.bind( function( isSaving ) {
|
saving.bind( function( isSaving ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user