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:
Mark Jaquith 2013-07-10 04:15:34 +00:00
parent 381110d9f2
commit d60db0ea48

View File

@ -366,6 +366,7 @@ window.wp = window.wp || {};
wp.Backbone.View.prototype.render.apply( this, arguments );
$('#wpbody-content .wrap').append( this.el );
this.updateCompareTwoMode();
this.views.ready();
}, this ) );