Final round of media UX improvements.

Props koopersmith
fixes #21390 #22502


git-svn-id: http://core.svn.wordpress.org/trunk@23006 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ryan Boren
2012-12-04 01:26:03 +00:00
parent 987c35a790
commit 61a9471024
7 changed files with 930 additions and 720 deletions

View File

@@ -37,8 +37,8 @@
}
});
frame.toolbar.on( 'activate:select', function() {
frame.toolbar.view().set({
frame.on( 'toolbar:render:select', function( view ) {
view.set({
select: {
style: 'primary',
text: $el.data('update'),

View File

@@ -24,8 +24,8 @@
}
});
frame.toolbar.on( 'activate:select', function() {
frame.toolbar.view().set({
frame.on( 'toolbar:render:select', function( view ) {
view.set({
select: {
style: 'primary',
text: $el.data('update'),