Revisions: Update the compare mode before rendering subviews.
See #24425. git-svn-id: https://develop.svn.wordpress.org/trunk@24627 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
381110d9f2
commit
d60db0ea48
@ -366,6 +366,7 @@ window.wp = window.wp || {};
|
|||||||
wp.Backbone.View.prototype.render.apply( this, arguments );
|
wp.Backbone.View.prototype.render.apply( this, arguments );
|
||||||
|
|
||||||
$('#wpbody-content .wrap').append( this.el );
|
$('#wpbody-content .wrap').append( this.el );
|
||||||
|
this.updateCompareTwoMode();
|
||||||
this.views.ready();
|
this.views.ready();
|
||||||
}, this ) );
|
}, this ) );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user